I have created a directory named -


[root@server50 public_html]# mkdir -

[root@server50 public_html]# ls -al

drwxr-xr-x 2 root root 4096 2011-03-16 02:22 -


How can I enter the directory using 'cd' command.

link|improve this question
feedback

1 Answer

You can prepend the current directory:

cd ./-
link|improve this answer
Its working. Thank you very much – Ajo Augustine Mar 15 '11 at 21:28
@ Ajo Augustine: if it is working you should consider accepting the answer by clicking the hollow checkmark. – JeffG Mar 16 '11 at 20:19
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.