SyntaxFix
Write A Post
Hire A Developer
Questions
Here is a way to do it in the shell:
FIELD=2 cut -f $FIELD * | sort| uniq -c |sort -nr
This is the sort of thing bash is great at.