ref: 543e6478226a896bfff8e749c53dc41cfc42ed4d
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