Home
Commands
Count occurrences
Count occurrences
Terminal
sort <file> | uniq -c | sort -rn
Copy command