On Tue, Jul 28, 2009 at 5:16 AM, Corinna Vinschen wrote:
> Works fine in tcsh.

tcsh uses the csh style of nested backticks, where the inner backticks
are doubled instead of backslashed.  So the backticks don't introduce
any extra level of backslash parsing.

Also of note when testing this sort of thing is that tcsh's echo
parses backslash escapes like bash's "echo -e" does:

bash$ echo '\\'
\\

tcsh$ echo '\\'
\

-- 
Mark J. Reed <markjr...@gmail.com>

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Reply via email to