bug-coreutils
[Top][All Lists]
Advanced

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

bug#16468: join


From: Eric Blake
Subject: bug#16468: join
Date: Thu, 16 Jan 2014 10:15:04 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

On 01/16/2014 08:29 AM, barry kesner wrote:
> join is failing on large numbers somehow
> 

> 
> Join fails to join properly only giving 99980081
> if I prefix the 9's with a 0 join does not fail

Sounds to me like you didn't heed this advice in the --help text:

Important: FILE1 and FILE2 must be sorted on the join fields.
E.g., use "sort -k 1b,1" if 'join' has no options,
or use "join -t ''" if 'sort' has no options.
Note, comparisons honor the rules specified by 'LC_COLLATE'.
If the input is not sorted and some lines cannot be joined, a
warning message will be given.

Does running 'LC_ALL=C join' change the behavior for you, in which case
it was an issue of your choice of LC_COLLATE?

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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