blob: 447c47352cebe849035d1b4b0f51787df7931f03 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/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
|