Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!seismo!hao!hplabs!sri-unix!matt@ucla-locus From: matt%ucla-locus@sri-unix.UUCP Newsgroups: net.unix Subject: Pushd/Popd shorthand Message-ID: <15459@sri-arpa.UUCP> Date: Fri, 13-Jan-84 14:31:34 EST Article-I.D.: sri-arpa.15459 Posted: Fri Jan 13 14:31:34 1984 Date-Received: Mon, 16-Jan-84 01:25:34 EST Lines: 11 From: Matthew J. Weinstein To minimize typing, I use: alias ">" pushd alias "<" popd alias "." dirs They're also quick to type, look okay symbolically, and, nicely enuf, the csh's interpreter will allow: >foo since the ">" is broken off as a separate symbol.