Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!mcvax!diku!carllp From: carllp@diku.UUCP (Carl-Lykke Pedersen) Newsgroups: comp.unix.wizards Subject: symbolic links and tcsh Message-ID: <3294@diku.UUCP> Date: Thu, 25-Jun-87 13:38:30 EDT Article-I.D.: diku.3294 Posted: Thu Jun 25 13:38:30 1987 Date-Received: Sat, 27-Jun-87 06:54:30 EDT Organization: DIKU, U of Copenhagen, DK Lines: 28 Re: All the stuff about symbolic links, I send part of the manual for tcsh (a very good shell!!!!!). NAME tcsh - C shell with file name completion and command line editing [...] DESCRIPTION Tcsh is an enhanced version of the Berkeley UNIX C shell csh (1). It behaves like the C shell, except for the added util- ities of: [...] OTHER THINGS Symbolic links to directories are no longer a one-way trap- door, i.e. the parent directory link .. will reference the directory the symbolic link is in, not the actual parent directory. The actual parent directory is referenced by ./.. instead. This works only in the builtin directory changing commands, i.e. cd, chdir, pushd, pd, and popd. If you want to set the shell's idea of the current path to be the correct absolute path, use the new builtin pwd with the -s option. [...]