I want to cd to a path with spaces in the folder names, but it doesn't work. I want to navigate straight to a directory which has multiple levels of directories on the way, each with a lot of spaces. Please look at the following example:
Say I want to navigate to:
./Folder/Animal Pictures/Dog Pictures/Golden Retriever Pictures/Golden Retrievers Playing Ball
I tried:
cd ./Folder/"Animal Pictures"/"Dog Pictures"/"Golden Retriever Pictures"/"Golden Retrievers Playing Ball"
But I got the error:
cd: too many arguments
What should I do?