| Subject: | Re: inconsistent treatment of backslash-bang |
|---|---|
| From: | pk <pk@xxxxxxxxxx> |
| Date: | Tue, 22 Jul 2008 14:58:27 +0200 |
| Newsgroups: | gnu.bash.bug |
On Tuesday 22 July 2008 13:38, Lawrence D'Oliveiro wrote: > And even with the specialness of bang turned off, it still doesn't work > right: > > ldo@theon:~> set +H > ldo@theon:~> echo "hi there!" > hi there! > ldo@theon:~> echo "hi there\!" > hi there\! > ldo@theon:~> echo hi there! > hi there! > ldo@theon:~> echo hi there\! > hi there! This looks perfectly fine to me. The ! is treated just like any other non-special character. |
| Previous by Date: | Re: inconsistent treatment of backslash-bang, Andreas Schwab |
|---|---|
| Next by Date: | Re: inconsistent treatment of backslash-bang, pk |
| Previous by Thread: | Re: inconsistent treatment of backslash-bang, Lawrence D'Oliveiro |
| Next by Thread: | Re: inconsistent treatment of backslash-bang, pk |
| Indexes: | [Date] [Thread] [Top] [All Lists] |