: "Help command to list my commands in $HOME/.bin"
: " Paul Versteeg 29-09-1982 "
: " (c) 1982 Tektronix Inc."
: " Usage : help [command-name]"
:
if test $1
   then  cat $HOME/bin/$1
   else lx $HOME/bin | pr -c 4 -t -l 1
fi
