Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!cs.utexas.edu!texbell!uhnix1!sugar!keegan From: keegan@sugar.hackercorp.com (Cal Keegan) Newsgroups: alt.sources Subject: what - an enhanced front-end for 'what' Message-ID: <3805@sugar.hackercorp.com> Date: 10 May 89 01:21:16 GMT Organization: Sugar Land Unix - Houston Lines: 13 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