This is the mail archive of the cygwin@sourceware.cygnus.com 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]

RE: cygpath


> 
> 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".


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