[1.7] bash UNC path bug?

Mark J. Reed markjreed@gmail.com
Fri Jul 31 00:45:00 GMT 2009


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 <markjreed@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



More information about the Cygwin mailing list