Re: bash - shell events "!"

2016-05-10 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, May 10, 2016 at 11:32:47AM +0200, Die Optimisten wrote: > Hello > > echo hello!# displays that, BUT: > echo "Hello!" # tells: > -su: !": event not found# this worked years before without problem! > Is that intended? These leads to

Re: bash - shell events "!"

2016-05-10 Thread Jonathan bartoua Schneider
Hi, It is the historical part of C shell, you can disable it typing or adding it to your profile : set +H Regards, Jonathan Le 10 mai 2016 11:48 AM, "Die Optimisten" a écrit : Hello echo hello!# displays that, BUT: echo "Hello!" # tells: -su: !": event not

bash - shell events "!"

2016-05-10 Thread Die Optimisten
Hello echo hello!# displays that, BUT: echo "Hello!" # tells: -su: !": event not found# this worked years before without problem! Is that intended? These leads to errors in many scripts (including installig package dkms) How can this be turned off? For me this behaviou should be