Re: bug with multiline strings parsing and single-quoted !
>Bash has always performed history expansion a line at a time, as soon as >the line is read from the current input source. One consequence of this, >as you noted, is that it doesn't have access to the current quoting state. >This is a limitation of the implementation. That was quite unexpected fo
bug with multiline strings parsing and single-quoted !
This looks like a bug: gena@note2:~$ echo "a > b" | echo '!' bash: !': event not found > ^C gena@note2:~$ Is it? Gennady