LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   A simple question. (https://www.linuxquestions.org/questions/ubuntu-63/a-simple-question-473857/)

vital_101 08-14-2006 04:37 PM

A simple question.
 
I know this seems silly, but I really don't know how to do this.

Lets say the path of a directory is /user/home/Desktop/Big Pictures/

How would I 'cd' into that directory in the terminal? It seems as though files names with spaces in the aren't supported. How do I go about doing this?

Thanks,

vital101

pljvaldez 08-14-2006 04:41 PM

cd "/user/home/Desktop/Big Pictures"

Generally I try to avoid spaces in names for this reason. But quotes usually takes care of the problem.

aysiu 08-14-2006 05:50 PM

Type
Code:

cd ~/Desktop/Bi
but before you press Enter, hit Tab twice.

nuxrl 08-14-2006 05:55 PM

Code:

cd /user/home/Desktop/Big\ Pictures
also works.


All times are GMT -5. The time now is 05:16 PM.