This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cygpath + csh bug!


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]