Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

echo "!" ... what's wrong with the exclamation point ?



Hi,

I'm using zsh for some time but I just needed to put an exclamation
point inside double quotes and I get something wierd:

$ echo "abc ! def"
abc ! def
$ echo "abc !"
dquote> "
abc

$ echo "abc !! def"
echo "abc echo "abc
" def"
abc echo abc
zsh: command not found:  def

What's wrong with those exclamation points, and why do they get
evaluated ?

Mildred
-- 
Mildred       <xmpp:mildred@xxxxxxxxx> <http://mildred632.free.fr/>
Clef GPG :    <hkp://pgp.mit.edu> ou <http://mildred632.free.fr/gpg_key>
Fingerprint : 197C A7E6 645B 4299 6D37 684B 6F9D A8D6 [9A7D 2E2B]



Messages sorted by: Reverse Date, Date, Thread, Author