On Fri, Jun 20, 2003 at 10:54:05AM +0000, Angus Leeming wrote: > What is the rule for multiple adjacent '/' in paths? I believe that they are > treated as a single '/'. Am I right?
POSIXly, yes, except at the very beginning where "^//..." can indicate a different namespace ;) john