Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Date: Tue, 26 Jul 2005 22:33:29 -0400
From: Christopher Faylor <cgf-no-personal-reply-please@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: cygpath + csh bug!
Message-ID: <20050727023329.GB4093@trixie.casa.cgf.cx>
Reply-To: cygwin@cygwin.com
References: <8b2762ad050726175533a4c1c8@mail.gmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <8b2762ad050726175533a4c1c8@mail.gmail.com>
User-Agent: Mutt/1.5.8i

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/

