GNU bug report logs - #12264
join command

Previous Next

Package: coreutils;

Reported by: Szilard Albert <szilard.albert <at> gmail.com>

Date: Thu, 23 Aug 2012 06:21:01 UTC

Severity: wishlist

Tags: patch

Merged with 6366, 10924

To reply to this bug, email your comments to 12264 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-coreutils <at> gnu.org:
bug#12264; Package coreutils. (Thu, 23 Aug 2012 06:21:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Szilard Albert <szilard.albert <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-coreutils <at> gnu.org. (Thu, 23 Aug 2012 06:21:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Szilard Albert <szilard.albert <at> gmail.com>
To: bug-coreutils <at> gnu.org
Subject: join command
Date: Thu, 23 Aug 2012 16:08:41 +1000
[Message part 1 (text/plain, inline)]
Hi,

I am trying to use the join command to join the below files, and it only
works for up to the pair of 1000.
Any suggestions?

cheers
Sid
[Message part 2 (text/html, inline)]
[94-FHZ_fltcdp.txt (text/plain, attachment)]
[va03_94-FHZ.txt2 (application/octet-stream, attachment)]

Information forwarded to bug-coreutils <at> gnu.org:
bug#12264; Package coreutils. (Thu, 23 Aug 2012 08:50:03 GMT) Full text and rfc822 format available.

Message #8 received at 12264 <at> debbugs.gnu.org (full text, mbox):

From: Pádraig Brady <P <at> draigBrady.com>
To: Szilard Albert <szilard.albert <at> gmail.com>
Cc: 12264 <at> debbugs.gnu.org
Subject: Re: bug#12264: join command
Date: Thu, 23 Aug 2012 09:48:41 +0100
forcemerge 12264 6366
stop

On 08/23/2012 07:08 AM, Szilard Albert wrote:
> Hi,
> 
> I am trying to use the join command to join the below files, and it only
> works for up to the pair of 1000.
> Any suggestions?

join(1) doesn't support numeric comparison currently.
It should, and that's already tracked at bug 6366.

If you could adjust the input so that it
sorts lexicographically it would work.

Two ways to do that are:

1. use a fixed width number format:

0001
0999
1000

2. sort input | join | sort -n
with obvious performance implications.

cheers,
Pádraig.




Forcibly Merged 6366 12264. Request was from Pádraig Brady <P <at> draigBrady.com> to control <at> debbugs.gnu.org. (Thu, 23 Aug 2012 08:54:01 GMT) Full text and rfc822 format available.

Forcibly Merged 6366 10924 12264. Request was from era eriksson <era <at> iki.fi> to control <at> debbugs.gnu.org. (Thu, 30 Aug 2012 08:08:02 GMT) Full text and rfc822 format available.

Severity set to 'wishlist' from 'normal' Request was from Assaf Gordon <assafgordon <at> gmail.com> to control <at> debbugs.gnu.org. (Tue, 09 Oct 2018 20:20:02 GMT) Full text and rfc822 format available.

This bug report was last modified 6 years and 260 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.