Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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-Authentication-Warning: slinky.cs.nyu.edu: pechtcha owned process doing -bs Date: Mon, 26 May 2003 15:41:55 -0400 (EDT) From: Igor Pechtchanski Reply-To: cygwin AT cygwin DOT com To: "Charles D. Russell" cc: cygwin AT cygwin DOT com Subject: Re: quoting windows pathnames In-Reply-To: <000501c323bc$e0dbf080$aa6bd6d1@dell03> Message-ID: Importance: Normal MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 26 May 2003, Charles D. Russell wrote: > Since switching to Windows XP, I am forced to use pathnames with spaces. In > .profile, how do you quote a pathname with spaces so that cd $DIRNAME and > ls $DIRNAME will work? I can write a $DIRNAME that will work in makefiles > or when invoked from the bash shell as ls "$DIRNAME", but I can't find a way > that lets me omit the quotes when using ls from the shell prompt. Charles, You really should use double quotes -- that's what they're there for. You can avoid having to use pathnames with spaces with judicious use of "mount" and/or symlinks. If you really, really, have to use pathnames with spaces AND not use double quotes at the prompt, you may try the following trick: $ alias ls='eval /bin/ls' $ export DIRNAME='"/cygdrive/c/Program Files"' $ ls $DIRNAME AFP Workbench 32/ PowerPoint Viewer/ ... $ Hope this helps, Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "I have since come to realize that being between your mentor and his route to the bathroom is a major career booster." -- Patrick Naughton -- 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/