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: 24/11/2023 12:17 by Allan
cat <file> |LC_ALL=C sort | LC_ALL=C uniq -c