cd to a directory with spaces in its name
February 23, 2012 Leave a comment
Using Linux now.
I am a noob…
But then… I want to share my progress with you ..
To change to a directory with its name containing spaces in between (for example: New Folder) use the following command it should work
cd “New Folder”
Do this with the quotes…
The Quotations are supposed to tell the pc that the name has a space in between.