Hum, what's the trick to cd in bash in this case?

moseley@bumby:~/wusage-accounts$ ls
--SIMPLE-ACCOUNT--

moseley@bumby:~/wusage-accounts$ cd --SIMPLE-ACCOUNT--/
-bash: cd: --: invalid option
cd: usage: cd [-L|-P] [dir]

moseley@bumby:~/wusage-accounts$ cd '--SIMPLE-ACCOUNT--/'
-bash: cd: --: invalid option
cd: usage: cd [-L|-P] [dir]

moseley@bumby:~/wusage-accounts$ cd "--SIMPLE-ACCOUNT--/"
-bash: cd: --: invalid option
cd: usage: cd [-L|-P] [dir]

moseley@bumby:~/wusage-accounts$ cd \-\-SIMPLE\-ACCOUNT\-\-  
-bash: cd: --: invalid option
cd: usage: cd [-L|-P] [dir]




-- 
Bill Moseley [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to