cygpath + csh bug!

Christopher Faylor cgf-no-personal-reply-please@cygwin.com
Wed Jul 27 04:10:00 GMT 2005


On Tue, Jul 26, 2005 at 08:55:13PM -0400, Ordak D. Coward wrote:
>The following command combination in csh/tcsh does not work properly:
>
>$ echo `cygpath -aw .`
>
>The result is a truncated "C:". 

Try doing a

  set echo_style=none

prior to using the echo command.

tcsh is interpreting '\' as an escape sequence introducer.

cgf

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



More information about the Cygwin mailing list