bug#42340: Fwd: bug#42340: "join" reports that "sort"ed input is not sorted
h lines would change the sort order of those lines: > printf '12,a\n1,a\n' | sort -t, -k1 -s 12,a 1,a On Sun, Jul 12, 2020 at 11:58 PM Assaf Gordon wrote: > tags 42340 notabug > close 42340 > stop > > Hello, > > On 2020-07-12 5:57 p.m., Beth Andres-Beck w
bug#42340: "join" reports that "sort"ed input is not sorted
, where `sep` is the position of the tab character). Cases illustrating the bug in sort: > printf '12,\n1,\n' | sort -t, -k1 1, 12, > printf '12,a\n1,a\n' | sort -t, -k1 12,a 1,a Thank you, Beth Andres-Beck