I have a directory called "Reader 0.5" in my Desktop on Mac Os X. When to access the directory in terminal, I am using below code:
cd /Users/niho/Desktop/Reader 0.5
but it throws:
No such file or directory
error.
How can I cd into that directory?
Thanks.