How to view a directory or file with special characters in eshell?

54 views Asked by At

I have a directory with $ at the start of the directory name. How do I cd into it in eshell?

1

There are 1 answers

2
PrecariousJimi On BEST ANSWER

May I ask, have you tried to put dir name into quotes? Sample eshell session:

~ $ mkdir '$testdir'
~ $ cd '$testdir'
~/$testdir $