Finds the field values which appear most often in a stream of records
topfew
$ cat data.csv | topfew -f 2
$ cat access.log | topfew -n 5 -f 1
$ topfew -f 3 -s ',' data.txt