what - an enhanced front-end for 'what'

Cal Keegan keegan at sugar.hackercorp.com
Wed May 10 11:21:16 AEST 1989


Since 'who' supports the arguments 'am i,' I figure 'what' should too.

---------------------- cut here ----------------------
:
#
# what - a front end for 'what'
#
if [ "$1" = "am" -a "$2" = "i" ]
then
 echo "...a homo"
else
 /usr/bin/what $*
fi



More information about the Alt.sources mailing list