Mail Archives: cygwin/1997/04/04/19:44:02
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 AT cisco DOT com
-
For help on using this list, send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -