☰ Categories

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

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