How to Change Directory (cd) to a folder with space(s) in the name.
cd foldername with spaces
cd foldername: No such file or directory
now use ” ”
cd “foldername with spaces”
How to Change Directory (cd) to a folder with space(s) in the name.
cd foldername with spaces
cd foldername: No such file or directory
now use ” ”
cd “foldername with spaces”