aboutsummaryrefslogtreecommitdiff
path: root/coreutils/join.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* join: minor adjustmentsRon Yorston2026-01-021-2/+2
| | | | | | | | - Update the size estimate to follow upstream's methodology - Disable the applet by default until it's accepted upstream - Add a minimal test script, stealing an example from POSIX
* join: update docs and fix some omissionsmbartlett212026-01-021-30/+16
|
* join: new appletmbartlett212026-01-021-0/+583
Join joins two sorted input files on matching fields. It supports the options required by POSIX, including the combinatorial output for equal fields. Adds 3 KiB