This is the mail archive of the cygwin@cygwin.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: spaces in paths in bash, and the FAQ


On Wed, 3 Oct 2001, Robinow, David wrote:

>  Well, you've screwed yourself by putting spaces in your path.

You could always use (e.g.) /c/progra~1/python21. Ick.

In any case, the following example will work:

$ pico=/c/Program\ Files/Pine/pico.exe
$ echo $pico
/c/Program Files/Pine/pico.exe
$ "$pico"

And pico starts up just fine.
-- 
Michael Hoffman <grouse@mail.utexas.edu>
The University of Texas at Austin


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


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