linux:ubuntu_sort_and_count_lines
Ubuntu Sort And Count Occurrence Of Lines
cat <file> |LC_ALL=C sort | LC_ALL=C uniq -c
linux/ubuntu_sort_and_count_lines.txt · Last modified: by Allan
cat <file> |LC_ALL=C sort | LC_ALL=C uniq -c