Kae Verens wrote: > but, if you do this: > cd // ; pwd > > then the CLI reports > //
Using two "//" at the start of a path name is special because in some systems it means the path component that follows is a hostname. Therefore it must be preserved verbatim. Bob