Path: utzoo!mnetor!uunet!lll-winken!lll-tis!ames!pasteur!ucbvax!ucsfcgl!cca.ucsf.edu!rk9005 From: rk9005@cca.ucsf.edu (Roland McGrath) Newsgroups: comp.bugs.4bsd Subject: undocumented csh feature Message-ID: <1254@ucsfcca.ucsf.edu> Date: 1 May 88 03:09:11 GMT Reply-To: roland@ginger.Berkeley.EDU (Roland McGrath) Organization: Hackers Anonymous International, Ltd., Inc. (Applications welcome) Lines: 9 I noticed a csh feature which is not documented anywhere: If you cd to a directory found in $cdpath (and not in .), it will print your dirstack for you. Personally, I don't really care if it does this or not. I only noticed it as being strange when I made an alias cd -> cd !*; dirs and it printed the dirstack twice. Somebody should either remove this feature or document it. Which of those to do is up to whoever is going to do one of them.