Just out of curiosity I created a folder and named it "Untitled Folder" and put it /home/Documents then in the terminal typed cd "~/Documents/Untitled Folder " graeme@Garage-Office ~ $ cd "~/Documents/Untitled Folder&quo...
Just out of curiosity I created a folder and named it "Untitled Folder" and put it /home/Documents then in the terminal typed cd "~/Documents/Untitled Folder " graeme@Garage-Office ~ $ cd "~/Documents/Untitled Folder"
bash: cd: ~/Documents/Untitled Folder: No such file or directory
then typed
cd ~/Documents/Untitled Folder
graeme@Garage-Office ~ $ cd ~/Documents/Untitled Folder
bash: cd: too many arguments
Then typed cd ~/Documents/Untitled\ Folder
graeme@Garage-Office ~ $ cd ~/Documents/Untitled\ ...