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