Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!CSVAX.CALTECH.EDU!andy From: andy@CSVAX.CALTECH.EDU (Andy Fyfe) Newsgroups: gnu.bash.bug Subject: cd in bash 0.99 Message-ID: <8906161251.AA04266@csvax.caltech.edu> Date: 16 Jun 89 12:51:00 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 10 It's permitted to put multiple /'s between components in a path name (and something I tend to do since file completion adds then to the end of directories and I'm not yet used to that). Cd, with "..", however, get's confused by this. $ cd /usr/local//src $ pwd /usr/local/src $ cd ../.. $ pwd /usr/local