Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site iuvax.UUCP Path: utzoo!watmath!clyde!floyd!harpo!ihnp4!inuxc!iuvax!notes From: notes@iuvax.UUCP Newsgroups: net.unix-wizards Subject: Re: Behaviour of .. with symbolic links. - (nf) Message-ID: <255@iuvax.UUCP> Date: Tue, 27-Mar-84 01:05:54 EST Article-I.D.: iuvax.255 Posted: Tue Mar 27 01:05:54 1984 Date-Received: Wed, 28-Mar-84 01:30:04 EST Sender: notes@iuvax.UUCP Organization: Indiana University Lines: 17 #R:watmath:-737800:iuvax:1200006:000:534 iuvax!apratt Mar 26 19:13:00 1984 One way to fix this, I think, to work like your mind works is to do some clever aliasing: make "cd name" push the current directory to the directory stack, then change to name (possibly a link). make "cd .." change to the directory which is at the top of the directory stack, then pop the stack. It may have to be a script checking for ".." as the first arg to "cd", rather than a straight alias, but that would work, I think. -- Allan Pratt ...Just trying to be helpful... Posting this so people can poke holes in it...