On Wed, May 18, 2005 at 08:47:01AM -0400, Cuevas, Hiram wrote: > Love the program but I must admit I am a novice when working through > commands. Is there a command that will enable me to get, put, or have > access to a directory if the name has a space in it? For example, the > directory ms students is inaccessible b/c of the space. If files have > no spaces the transfer or change of directory works just fine. Is there > a wildcard I can put in there or a command that I can use to do this?
Put the file name in double quotes: "file name". You can also quote a single character with a backslash: file\ name -- Alexander.
