2011-03-30 14:14:36 +00:00
|
|
|
#!/bin/rc
|
|
|
|
|
2021-04-02 15:26:34 +00:00
|
|
|
>[2] /dev/null for(i in $*)
|
2011-03-30 14:14:36 +00:00
|
|
|
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
|