[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: inconsistent treatment of backslash-bang
From: |
pk |
Subject: |
Re: inconsistent treatment of backslash-bang |
Date: |
Fri, 18 Jul 2008 09:12:53 +0200 |
On Friday 18 July 2008 07:35, Lawrence D'Oliveiro wrote:
> pk wrote:
>
>> This is documented in man bash, and only happens in interactive shells
>> (not scripts).
>
> I just tried putting my six cases into a script, and I get exactly the
> same sort of output as interactively.
On my system, I get this:
$ echo "!"
-bash: !: event not found
$ bash -c 'echo "!"'
!
Is your system configured properly?
- Re: inconsistent treatment of backslash-bang, (continued)
- Re: inconsistent treatment of backslash-bang, pk, 2008/07/16
- Re: inconsistent treatment of backslash-bang, Lawrence D'Oliveiro, 2008/07/18
- Re: inconsistent treatment of backslash-bang, Lawrence D'Oliveiro, 2008/07/18
- Re: inconsistent treatment of backslash-bang, Lawrence D'Oliveiro, 2008/07/18
- Re: inconsistent treatment of backslash-bang,
pk <=
- Re: inconsistent treatment of backslash-bang, Lawrence D'Oliveiro, 2008/07/19
- Re: inconsistent treatment of backslash-bang, Lawrence D'Oliveiro, 2008/07/19
- Re: inconsistent treatment of backslash-bang, Lawrence D'Oliveiro, 2008/07/20
- Re: inconsistent treatment of backslash-bang, Lawrence D'Oliveiro, 2008/07/20
- Re: inconsistent treatment of backslash-bang, Lawrence D'Oliveiro, 2008/07/22
- Re: inconsistent treatment of backslash-bang, pk, 2008/07/22