bug-coreutils
[Top][All Lists]
Advanced

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

bug#12659: the join command bug report!


From: Michael
Subject: bug#12659: the join command bug report!
Date: Wed, 17 Oct 2012 15:19:26 +0800

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" <address@hidden>
Sent: Wednesday, October 17, 2012 12:10 AM
To: "Michael" <address@hidden>
Cc: <address@hidden>
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?






reply via email to

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