FreeBSD/src d937171 (r355777)usr.bin/uniq uniq.c uniq.1

Support --all-repeats in uniq(1) for compatibility with gnu coreutils.

This adds a new -D/--all-repeats option to uniq(1), which outputs each copy
of any repeated lines (as opposed to a single copy of a repeated line). You
can specify a separator option to output a blank line before or after each
group of repeated lines. This adds compatibility with the GNU coreutils
version of uniq(1).

This change also re-groups the -c, -d, -D, -u options in the usage display
and man page to indicate that they are mutally exclusive of each other. This
matches the posix/opengroup definition of uniq(1) command line args. Note
that this change does NOT actually enforce the mutual exclusion in the code,
for now, it simply documents that the arguments should be considered
exclusive with each other.

Differential Revision:  https://reviews.freebsd.org/D22262
DeltaFile
+37-7usr.bin/uniq/uniq.c
+20-4usr.bin/uniq/uniq.1
+57-112 files

UnifiedSplitRaw