Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hi, the title is not that clear, sorry. I want to access through my command prompt the Program Files in the windows partition. But when I type cd Program Files it only takes it as if I was writting cd Program and leaves out the Files part. I tried it with _ in betwee, don't work, how can I duplucate that darn space in the command promp????
Thanks
You can always use autocomplition like
cd /c/Prog [at this point hit tab key]
it will complete directory name like
cd /c/Program\ Files/
Or you can escape space with a \.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.