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

Re: exclamation mark expansion in shell command



    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