Date: Tue, 2 Sep 2003 13:23:01 -0400 Message-Id: <200309021723.h82HN1Lw017627@envy.delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <20030902154229.GB4599@kendall.sfbr.org> (message from JT Williams on Tue, 2 Sep 2003 10:42:29 -0500) Subject: Re: /dev/c - c: or c:/ ? References: <3405-Mon01Sep2003191913+0300-eliz AT elta DOT co DOT il> <002a01c370ca$b51801e0$2202a8c0 AT dualzastai> <20030902154229 DOT GB4599 AT kendall DOT sfbr DOT org> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > This must be a djgpp-ism? (There's no equivalent of /dev/c > under Linux or Solaris, is there?) Anyway, it does seem > desirable that "cd `pwd`" DTRT.... Bash keeps track of where it thinks you are, and just reports that when you ask. A standalone pwd.exe may give different results, just like Linux.