On 21/05/19 16:46, Martin Castillo wrote: > Hi, > > I found an error in the info page for version 8.31. > As linked below, in the join(1) documentation, the 3rd line is > > sort file1 file1 file2 | uniq > > but should be > > sort file1 file1 file2 | uniq -u > > I wonder, why no one noticed, or bothered to report it. > Anyway, great documentation! This section is mind opening.
Fixed in your name. https://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=4f38974 This was correct in the original source: https://www.pixelbeat.org/cmdline.html#sets thanks, Pádraig.