geoff@desint.UUCP (03/15/86)
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