[comp.unix.wizards] remembered directories; CSH directory shorthand

idallen@watmath.UUCP (03/02/87)

% alias dset 'set argv=(`dirs`)'
% alias cd   'pushd \!* && dset'

% pwd
/some/big/long/pathname
% cd /some/other/big/long/pathname
/some/other/big/long/pathname /some/big/long/pathname
% cp $2/file ./foo

% cd /yet/another/big/long/pathname
/yet/another/big/long/pathname /some/other/big/long/pathname /some/big/long/pathname
% diff $2/bark $3/bite >diffs
-- 
        -IAN!  (Ian! D. Allen)      University of Waterloo