'uniq' does not detect repeated lines unless they are adjacent, so we need to sort them
This involves another command, but it's such a natural extension of uniq's `-c` functionality that I feel it's warranted to show here. We should probably add a sort to the -c example too, because uniq only deals with *sequential* line repetitions.