bug#80334: Allow setting the uniq(1) separator character
Dan Jacobson <[email protected]> Thu, 05 Feb 2026 14:55:56 +0800
| Newsgroups | gmane.comp.gnu.core-utils.bugs |
|---|---|
| Message-ID | <[email protected]> |
uniq man page says:
A field is a run of blanks (usually spaces and/or TABs), then non-blank
characters. Fields are skipped before chars.
Therefore the users should also be able to specify the separator character.