delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
Message-ID: | <EB19A8A38B497D4FA6C88EADE3A8607F0EB224@mail.cacheflow.com> |
From: | "Karr, David" <david DOT karr AT cacheflow DOT com> |
To: | cygwin AT cygwin DOT com |
Subject: | RE: semicolon colon separated env vars to unix and viceversa |
Date: | Thu, 8 Nov 2001 09:52:46 -0800 |
MIME-Version: | 1.0 |
X-Mailer: | Internet Mail Service (5.5.2653.19) |
Just use "cygpath -p -u $CLASSPATH". That does everything you're trying to do here. > -----Original Message----- > From: Enrico Spinielli [mailto:Enrico DOT Spinielli AT marconi DOT com] > Sent: Thursday, November 08, 2001 9:48 AM > To: cygwin AT cygwin DOT com > Subject: semicolon colon separated env vars to unix and viceversa > > > Hi, > I wanted to transform my CLASSPATH env var settings (yes, I > am using Java :-) from Windows format (semicoln-separated > list of win paths) to Unix format (colon separated list of > unix paths) and here is an excerpt of the script I have written: > #!/bin/bash > # change an env var from Windows format (semicolon separated) > # to Unix format (colon separated) > IFS=@ > for i in ${1//;/@} > do > a=${a}:$(cygpath -u $i) > done > echo $a > > This works fine but I am wondering if there is something else > given that PATH is automatically converted by cygwin... > > Any idea? > bye > Enrico > > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Bug reporting: http://cygwin.com/bugs.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |