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