whois: suppress missing file errors (thanks kivik)
This commit is contained in:
parent
afa5800b5b
commit
c77b3ba143
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/rc
|
||||
|
||||
for(i in $*)
|
||||
>[2] /dev/null for(i in $*)
|
||||
grep '^'$i' ' /adm/whois ||
|
||||
grep -i $i /adm/keys.who ||
|
||||
grep -i $i /adm/netkeys.who ||
|
||||
|
|
Loading…
Reference in a new issue