![]() |
|
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Newbie
Join Date: Mar 2005
Posts: 5
Rep Power: 0
![]() |
How cd to directory with space in name (Windows)?
I'm running a PC with Windows XP. I've been a Unix person for 20 years, but now find myself having to work on Windows :-( Fortunately, I found bash, so I installed win-bash on my computer (version 0.4.1, dated last month). I am not using bash with CygWin ... just bash by itself.
QUESTION: How do I use the bash "cd" command to change to a directory whose name has a space in it? For example, here is what I've tried (they all fail): cd C:\Program Files cd "C:\Program Files" declare pf="C:\Program Files"; cd $pf [after setting cdable_vars] ... and so on .... Thanks in advance for any help, neal |
|
|
|
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|