Bug#410270: this bug/#410270: coreutils: join outputs wrong field order for -v option

2007-04-18 Thread Justin Pryzby
coreutils: join outputs wrong field order for -v option http://bugs.debian.org/410270 Thanks for reporting this. Could you confirm that this -o option gives the expected output? $ join -o '0 2.1 2.3 2.4 2.5' -v 2 -t, -i -1 3 -2 4 a b b44,#b21,b33,b44,b55 -- To UNSUBSCRIBE, email to [EMAIL

Bug#410270: coreutils: join outputs wrong field order for -v option

2007-02-08 Thread gambarimasu+reportbug
Package: coreutils Version: 5.97-5 Severity: normal the join field is incorrect for the -v version. #08-Thu-20-03-40 /tmp$ cat|a #a1,a2,c3,a4,a5 #a21,a22,a33,a44,a55 #08-Thu-20-05-07 /tmp$ cat|b #b1,b2,b3,c3,b5 #b21,b22,b33,b44,b55 #08-Thu-20-06-07 /tmp$ join -t, -i -1 3 -2 4 a