Navigating Windows directories in aterm

Using applications, configuring, problems
Post Reply
Message
Author
User avatar
sprizz
Posts: 58
Joined: Mon 21 Nov 2005, 21:42
Location: Ohio Universiy

Navigating Windows directories in aterm

#1 Post by sprizz »

I had a recent question posted about accessing files from windows.....heres the follow-up....

I have noticed while navigating the windows files in a terminal (aterm), there are some windows files/directories that contain whitespace (i.e. "Documents and Settings").....when navigating through these files via command-line, it blows up at you because of the whitespace.....is there any way around this???

cheers
Puppy 1.0.7 (cd image on hdd)
HP pavilion ze4900

Guest

#2 Post by Guest »

put the file/dir names in quotes

"/mnt/home/My Documents/My Pictures/Shed in Field.jpg"

or use \ before each space character

/mnt/home/My\ Documents/My\ Pictures/Shed\ in\ Field.jpg

when you use the command line, you can type a few characters, then press the tab key - the shell will try to complete the file name, using \ to escape the space characters

User avatar
sprizz
Posts: 58
Joined: Mon 21 Nov 2005, 21:42
Location: Ohio Universiy

#3 Post by sprizz »

oh yeah, i guess that makes sense, to use a "\" before a space to signify an escape sequence..thank yous
Puppy 1.0.7 (cd image on hdd)
HP pavilion ze4900

Post Reply