ref: c74458c98b3cba6ed33a63b9f02a10e9828f9097 dir: /rc/bin/whois/
#!/bin/rc 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