Similar to this question, I made a directory called Test Directory - 1
and I can't cd
to it.
I have tried:
cd Test\ Directory\ \-\ 1/
(suggested by tab completion)cd "Test Directory - 1"
cd "Test Directory - 1/"
cd 'Test Directory - 1'
cd 'Test Directory - 1/'
cd 'Test Directory \- 1'
All of these fail and throw the error:
Usage: cd [-LP] [directory]
Or: cd [ options ] old new
How do I interact with this directory?