On Thu, 14 Dec 2000, Dave Waller wrote:
[...]
> if I try to cd to it I can not.  bash completes it like this
> cd "!\$!\$!\$!\$.\$!\$"/
> which does not work either.

   Try escaping the exclamation marks. Bash interprets them as some sort
of history expansion stuff. So the following should work:

   cd "\!\$\!\$\!\$\!\$.\$\!\$"



--
Francois Gouget         [EMAIL PROTECTED]        http://fgouget.free.fr/
                           La terre est une bêta...


Reply via email to