On Thu, 2002-04-25 at 14:46, Patrick (at work) wrote:
> In Linux how does "cd" into a directory which one of the characters in the
> name is a space?
By using quotes or "\":
$ cd "My Folder"
or
$ cd My\ Folder
Matt
This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 20:39:40 EDT