Re: bug in join command

2009-02-26 Thread Laurent MANCHON
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 wrote: -- Hi, i have used a join command as:

Re: bug in join command

2009-02-26 Thread Pádraig Brady
Eric Blake wrote: > According to Eric Blake on 2/26/2009 6:12 AM: >> According to Laurent Manchon on 2/25/2009 1:20 PM: >>> -- Hi, >>> with the files i send you in attachment(files.zip). >> It's likely that your files aren't properly sorted. While I didn't >> validate your attachments, > > Actual

Re: bug in join command

2009-02-26 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Eric Blake on 2/26/2009 6:12 AM: > According to Laurent Manchon on 2/25/2009 1:20 PM: >> -- Hi, > >> with the files i send you in attachment(files.zip). > > It's likely that your files aren't properly sorted. While I didn't > validate y

Re: bug in join command

2009-02-26 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Laurent Manchon on 2/25/2009 1:20 PM: > -- 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

Re: bug in join command

2009-02-26 Thread James Youngman
On Wed, Feb 25, 2009 at 8:20 PM, Laurent Manchon 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

bug in join command

2009-02-25 Thread Laurent Manchon
-- 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 ? Thank you -- _