Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 108 Bytes

File metadata and controls

4 lines (3 loc) · 108 Bytes

awk -F' ' '{for(i=1;i<=NF;i=i+1) {print $i}}'  words.txt |sort|uniq -c|sort -rn|awk '{print $2,$1}'