Tag Archives: sh

ksh stuff

Below is a little code I use with ksh. The wt() function can only be expected to work in an X-term. The code sequences are different for other terminal emulators. DIRSTACK=$PWD function dirs { print $DIRSTACK }   function pushd … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment