whatfor $* | awk "/^[A-Za-z0-9\.\-]+$/ {print \$1}"|xargs whatis|uniq| \
awk "/\([18]\)/ {print \$0}" | \
perl -pe's/([\w\.\-]+)\s\(\d\)\s+\-(.*)/$1\t$2/' | uniq


