From: rrankin@primenet.com (Rick Rankin)
Subject: RE: cygpath
13 Nov 1998 06:38:11 -0800
Message-ID: <000c01be0e8c$412b0020$9a1e01aa.cygnus.gnu-win32@rankin-isdn-ws2.sat.mot.com>
References: <19981112123220.18957.rocketmail@send102.yahoomail.com>
Mime-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
To: <earnie_boyd@yahoo.com>, "Laurent Charles" <laurent.charles@st.com>,
        "gnu-win32" <gnu-win32@cygnus.com>

> 
> What happens if you write it this way:
> 
> BASH$ /usr/local/bin/tool -f `cygpath -w /usr/src/source.c`
> 

Actually, that's very close to what I suggested, which was

/usr/local/bin/tool -f $(cygpath -w /usr/src/source.c)

Both will work fine.

--
Rick Rankin
rrankin@primenet.com 


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
