code: plan9front

ref: 3568e27ec8774a212564c8d2bf6b3d9a19d4d571
dir: /rc/bin/whois/

View raw version
#!/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