Re: Bash 5.0-alpha tries to expand exclamation marks in quoted strings

2018-06-20 Thread Chet Ramey
On 6/20/18 6:29 PM, Bernhard Rosenkraenzer wrote: > I don't think this is intentional: > > [bero@c64 ~]$ echo "test!!" > echo "testecho "testecho "test!""" > testecho testecho test! It's impossible to say whether or not this is correct without knowing what's in your history. Double quotes don't i

Bash 5.0-alpha tries to expand exclamation marks in quoted strings

2018-06-20 Thread Bernhard Rosenkraenzer
I don't think this is intentional: [bero@c64 ~]$ echo "test!!" echo "testecho "testecho "test!""" testecho testecho test! ttyl bero