GNU bug report logs -
#12659
the join command bug report!
Previous Next
Reported by: "Michael" <chinalinux <at> hotmail.com>
Date: Tue, 16 Oct 2012 15:38:02 UTC
Severity: normal
Tags: notabug
Done: Bob Proulx <bob <at> proulx.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
en_US.UTF-8
# sort -n file1 > file3
# sort -n file2 > file4
# join file3 file4 | wc -l
19
# sort file3 file4 | uniq -d | wc -l
4698
#
There are only numbers in my both joined files, I have realized that join
does not support numeric sort method for the time being. if sort without
option '-n', the result after joining was correct.
Michael
--------------------------------------------------
From: "Paul Eggert" <eggert <at> cs.ucla.edu>
Sent: Wednesday, October 17, 2012 12:10 AM
To: "Michael" <chinalinux <at> hotmail.com>
Cc: <12659 <at> debbugs.gnu.org>
Subject: Re: bug#12659: the join command bug report!
> Sounds like a locale problem. What does the "locale"
> command say? How exactly are you invoking 'sort' and
> 'join'? What do the input and output lines look like?
>
This bug report was last modified 12 years and 278 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.