From: iverson@cisco.com (Tim Iverson)
Subject: Multi-dot paths
4 Apr 1997 19:44:02 -0800
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <199704050005.QAA27929.cygnus.gnu-win32@rottweiler.cisco.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Original-To: gnu-win32@cygnus.com
X-Mailer: ELM [version 2.4 PL25]
Original-Sender: owner-gnu-win32@cygnus.com

Several folks have asked what "multi-dot" relative paths are.  Win95
will resolve each extra dot to mean back up one more directory; eg.

  .    = cwd
  ..   = previous dir
  ...  = ../..
  .... = ../../..
  etc.

Under bash, you can actually use these, but it looks kinda funny if you've
put the CWD into your prompt -- bash doesn't know that "..." backs up, so
you get "/foo/bar/.../baz> " for a prompt.  PWD is also broken -- it just
looks up the shell's idea of CWD when it should be asking the OS.


- Tim Iverson
  iverson@cisco.com
-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
