zsh-workers
 help / color / mirror / code / Atom feed
* there should be a way to echo with quotes or escaping
@ 2005-03-23 22:00 Dave Yost
  2005-03-24  1:25 ` Philippe Troin
  2005-03-24  1:34 ` Bart Schaefer
  0 siblings, 2 replies; 5+ messages in thread
From: Dave Yost @ 2005-03-23 22:00 UTC (permalink / raw)
  To: zsh-workers


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-03-24  2:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-23 22:00 there should be a way to echo with quotes or escaping Dave Yost
2005-03-24  1:25 ` Philippe Troin
2005-03-24  2:03   ` Dave Yost
2005-03-24  2:55     ` Bart Schaefer
2005-03-24  1:34 ` Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).