bug-coreutils
[Top][All Lists]
Advanced

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

Re: bug in join command


From: Laurent MANCHON
Subject: Re: bug in join command
Date: Thu, 26 Feb 2009 14:35:04 +0100
User-agent: Thunderbird 2.0.0.19 (Windows/20081209)

okay the problem is over,
i have found my error: join command need to have files with a common field
sorted with alphanumerical order and not numerical order (sort -n).



James Youngman a écrit :
On Wed, Feb 25, 2009 at 8:20 PM, Laurent Manchon
<address@hidden> wrote:
-- Hi,

i have used a join command as: "join -1 1 -2 1 -o
2.1,2.2,2.3,2.4,2.5,2.6,2.7,2.8,2.9 file.test V.test"
with the files i send you in attachment(files.zip).
This command returns only 55 lines.
The real number in the output must be 1031 lines.
What's wrong ?

Please try reducing your problem to the smallest possible pair of
input files that reproduces the problem you're having.

Thanks,
James.




reply via email to

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