ref: 23b63e6c9668efb47e01ebfca03b0aed5cbbe327 dir: /test/tt.16/
{ for (i = 1; i <= NF; i++) w[$i]++ } END { for (i in w) print w[i], i | "sort -nr" }