Home
Commands
Sort and dedupe a file
Sort and dedupe a file
Terminal
sort <file> | uniq -c | sort -rn
Copy command