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