blob: cf5bd9e396998978c5e96716ed09416dc874c9e8 [file] [log] [blame]
#!/bin/sh
#
test ${#} -lt 1 && exit 1
awk '/ {$/ { sub(/\(.*/, "", $5); print $5 }' "${@}" | sort | uniq -c