whois 189 B

123456789
  1. #!/bin/rc
  2. for(i in $*)
  3. grep '^'$i' ' /adm/whois ||
  4. grep -i $i /adm/keys.who ||
  5. grep -i $i /adm/netkeys.who ||
  6. grep -i $i /adm/whois ||
  7. grep -i $i /adm/users ||
  8. echo who indeed is $i