bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#8040: join 5.97 bug


From: Batson, Brannon
Subject: bug#8040: join 5.97 bug
Date: Mon, 14 Feb 2011 18:45:01 -0500

File a:
10 A
1  B

File b:
1

$ join b a
<nada>

$ join -v 1 d c
1

files a & b are both sorted lexicographically  (according to 'sort', anyway). 
The problem is that the join lexicographic '<' operator disagrees with sort's.

Sorry if this bug has been found like a thousand times before, couldn't find it 
via 30s of googling.

Brannon




reply via email to

[Prev in Thread] Current Thread [Next in Thread]