for i in $1/*
do
tail -2 $i | head -1 | grep -v "=" | grep -v "-" | cut -f6-8 -d " "
done | sort | uniq -c
