Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxn!ihnp4!houxm!whuxl!whuxlm!akgua!gatech!seismo!hao!hplabs!sdcrdcf!trwrb!desint!geoff From: geoff@desint.UUCP Newsgroups: net.sources.d Subject: Re: set work dir aliases Message-ID: <176@desint.UUCP> Date: Sat, 15-Mar-86 14:09:26 EST Article-I.D.: desint.176 Posted: Sat Mar 15 14:09:26 1986 Date-Received: Tue, 18-Mar-86 01:15:12 EST References: <5041@alice.uUCp> <9500009@ccvaxa> Reply-To: geoff@desint.UUCP (Geoff Kuenning) Organization: SAH Consulting, Manhattan Beach, CA Lines: 11 In article <9500009@ccvaxa> aglew@ccvaxa.UUCP writes: > alias mark 'set \!:1=`pwd`; alias \!:1 cd $\!:1' > alias Mark mark \!:1 \; echo '>> ~/.cshrc' set \!:1 = `pwd` \\\; alias \!:1 cd '$'\!:1 Nice aliases; I use them myself. However, I found it useful to use 'setenv' instead of 'set'; that way your marks are exported to subshells. -- Geoff Kuenning {hplabs,ihnp4}!trwrb!desint!geoff