How can I open a directory via PUTTY
that contains -
?
For example the name of dir is:
some-thing-dir
cd /some-thing-dir
not working.
How can I open a directory via PUTTY
that contains -
?
For example the name of dir is:
some-thing-dir
cd /some-thing-dir
not working.
Well, it should be working.... what error message do you get? Nevertheless you can try to escape the dash:
cd /some\-thing\-dir
You should try e.g. cd ./home\-movie\-economics
or perhaps cd 'home-movie-economics'