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