☰ Categories

Linux: Count the occurrance of unique words in a file list

cat list.txt | xargs -n1 | sort | uniq -c