I'm not even sure if cd is part of Bash?

anyway - if you type any of the following:
cd / ; pwd
cd /// ; pwd
cd //// ; pwd

the CLI always reports
/

but, if you do this:
cd // ; pwd

then the CLI reports
//

-- 
Kae Verens
http://kvsites.ie/

Reply via email to