[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: cd to dir with dashes



On Sun, Feb 02, 2003 at 06:45:53AM -0800, Bill Moseley wrote:
> Hum, what's the trick to cd in bash in this case?
> 
> moseley@bumby:~/wusage-accounts$ ls
> --SIMPLE-ACCOUNT--

Either:

  cd -- --SIMPLE-ACCOUNT--

or:

  cd ./--SIMPLE-ACCOUNT--

-- 
Colin Watson                                  [cjwatson@flatline.org.uk]



Reply to: