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: Paul Eggert
Subject: bug#12659: the join command bug report!
Date: Wed, 17 Oct 2012 08:14:47 -0700
User-agent: Mozilla/5.0 (X11; Linux i686; rv:16.0) Gecko/20121011 Thunderbird/16.0.1

On 10/17/2012 12:19 AM, Michael wrote:
> # sort -n file1 > file3
> # sort -n file2 > file4
> 
> # join file3 file4

That won't work.  You have to join with the same
sorting order that you sorted with.  This is discussed
in the manual.





reply via email to

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