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/