Page MenuHomeFreeBSD

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

Authored by ian on Nov 6 2019, 6:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Feb 15, 2:58 AM
Unknown Object (File)
Wed, Jan 22, 4:13 AM
Unknown Object (File)
Dec 23 2024, 9:12 AM
Unknown Object (File)
Dec 13 2024, 1:52 PM
Unknown Object (File)
Dec 10 2024, 6:29 PM
Unknown Object (File)
Nov 30 2024, 8:55 PM
Unknown Object (File)
Nov 25 2024, 10:48 AM
Unknown Object (File)
Nov 24 2024, 9:52 AM
Subscribers

Details

Summary

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.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 27376