gnu.bash.bug
[Top] [All Lists]

Re: inconsistent treatment of backslash-bang

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.



<Prev in Thread] Current Thread [Next in Thread>