ref: 0f3ef52fd7792c660587bc477668fea55aa8d947 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