Frage

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

War es hilfreich?

Lösung

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

~ $ mkdir '$testdir'
~ $ cd '$testdir'
~/$testdir $
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top