bug#81311: comm needs an optional title
Dan Jacobson <[email protected]> Sat, 27 Jun 2026 12:49:09 +0800
| Newsgroups | gmane.comp.gnu.core-utils.bugs |
|---|---|
| Message-ID | <[email protected]> |
$ man comm:
With no options, produce three-column output. Column one contains lines
unique to FILE1, column two contains lines unique to FILE2, and column
three contains lines common to both files.
That's great except there should be an option to add titles to those columns.