Linux: Count the occurrence of unique words in a file list 4 years ago Timothy Conrad 1 minute cat list.txt | xargs -n1 | sort | uniq -c