ref: 1fe150f1ed46a8c1a65187b3088274e067493639
dir: /rc/bin/whois/
#!/bin/rc >[2] /dev/null for(i in $*) grep '^'$i' ' /adm/whois || grep -i $i /adm/keys.who || grep -i $i /adm/netkeys.who || grep -i $i /adm/whois || grep -i $i /adm/users || echo who indeed is $i