delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2007/09/25/19:29:31

X-Recipient: archive-cygwin AT delorie DOT com
X-Spam-Check-By: sourceware.org
MIME-Version: 1.0
Subject: RE: cygpath -u doesn't seem to convert spaces properly
Date: Tue, 25 Sep 2007 18:29:08 -0500
Message-ID: <297343D29C14AA4D822142893ABEAEF303BEA771@srv1163ex1.flightsafety.com>
In-Reply-To: <fdc59a$ng5$1@sea.gmane.org>
From: "Thrall, Bryan" <bryan DOT thrall AT flightsafety DOT com>
To: <cygwin AT cygwin DOT com>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id l8PNTKuo000832

Jerome Fong wrote on Tuesday, September 25, 2007 6:23 PM:
> I am trying to use cygpath -u to convert my windows path to an unix
> path in my shell script.  However, it has problems with paths that
> has spaces in it.  For example, "cygpath -u c:\Program Files\Java" is
> converted to /cygdrive/c/Program Files/Java, which doesn't work.  Is
> there a flag that I am missing?
> 
> I came up with the following, but it seems wrong.
> 
> $ cygpath -u "$(cygpath -m -s "c:\Program Files\Java")"
> /cygdrive/c/PROGRA~1/Java

WJFFM:

$ cygpath -u "c:\Program Files\Java"
/cygdrive/c/Program Files/Java
$ ls "/cygdrive/c/Program Files/Java"
j2re1.4.2  j2re1.4.2_04  jdk1.5.0_10  jre1.5.0  jre1.5.0_06
$ ls "`cygpath -u 'c:\Program Files\Java'`"
j2re1.4.2  j2re1.4.2_04  jdk1.5.0_10  jre1.5.0  jre1.5.0_06

Can you give specifics on how it doesn't work for you?
-- 
Bryan Thrall
FlightSafety International
Bryan DOT Thrall AT flightsafety DOT com

--
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/


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019