Re: bug with multiline strings parsing and single-quoted !

2014-12-03 Thread Gennady Kupava
>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 !

2014-12-02 Thread gennady . kupava
This looks like a bug: gena@note2:~$ echo "a > b" | echo '!' bash: !': event not found > ^C gena@note2:~$ Is it? Gennady