Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: exclamation mark expansion in shell command
- X-seq: zsh-users 5414
- From: DervishD <raul@xxxxxxxxxxxx>
- To: Heinrich Götzger <Heinrich.Goetzger@xxxxxxxxxxxxxxxxxxxx>
- Subject: Re: exclamation mark expansion in shell command
- Date: Wed, 2 Oct 2002 17:32:53 +0200
- Cc: zsh-users@xxxxxxxxxx
- In-reply-to: <Pine.LNX.4.44.0210021718100.26691-100000@server>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Organization: Pleyades Net
- References: <Pine.LNX.4.44.0210021718100.26691-100000@server>
- Sender: Raúl Núñez de Arenas Coronado <raul@xxxxxxxxxxxx>
Hi Heinrich :)
> 'java Klass !1D200!1/C14objToRefresh_9'
> will expand to some nasty string containing very old commands...
> (I know, it's supposed to be that way, but I don't want it here)
> How can I switch this off (temporarely)?
java Klass '!1D....'. If you cannot use single quote, use double
quotes or no quotes and quote the '!' char individually (\!).
Raúl
Messages sorted by:
Reverse Date,
Date,
Thread,
Author