Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
there should be a way to echo with quotes or escaping
- X-seq: zsh-workers 21058
- From: Dave Yost <Dave@xxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: there should be a way to echo with quotes or escaping
- Date: Wed, 23 Mar 2005 14:00:40 -0800
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Z% echo "abc def"
abc def
Z% echoquoted "abc def"
'abc def'
Z% echoescaped "abc def"
abc\ def
Z%
or some such
If there is such a feature, I didn't see it mentioned under the echo
command in the man page.
Thanks
Dave
Messages sorted by:
Reverse Date,
Date,
Thread,
Author