View Single Post
  #5  
Old October 12th, 2001, 04:20 PM
blb blb is offline
`'
 
Join Date: Apr 2001
Location: CO, USA
Posts: 651
Thanks: 0
Thanked 0 Times in 0 Posts
blb is on a distinguished road
If you're lazy, like me, type "cd Dro" and then hit tab, the shell should then complete the string for you...and when it does, you'll see one way to put space in. It'll use a backslash: cd Drop\ Box .

You can also quote things with spaces, ie, cd "Drop Box" but that requires more typing than the backslash.
Reply With Quote