bug-coreutils
[Top][All Lists]
Advanced

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

bug#7216: [bug report] for sort.c in coreutils-5.93


From: jack alibaba
Subject: bug#7216: [bug report] for sort.c in coreutils-5.93
Date: Thu, 14 Oct 2010 22:28:44 +0800

BTW: the email  address of the author 'mike' in
coreutils-5.93/src/sort.c  is invalid~~~.

---------original email--------
From: <address@hidden>
Date: Thu, 14 Oct 2010 22:08:53 +0800
To: <address@hidden>
Subject: [bug report] for sort.c in coreutils-5.93

dear mike:

may be there's a bug for sort util in coreutil-5.93.bz2.
Pls see the example below:

=========
bash#> (echo 1230 1;echo 123 1)|sort -k1
1230 1
123 1
bash#> (echo 1230 1;echo 123 0)|sort -k1
123 0
1230 1
=========

The result is diffrent,but the first column (-k1) doesn't  change at all.
As a result, we cannot use JOIN util to get a correct result. :(

I'm not sure if it is my mistake or a bug~~~

beg your reply.  Tks very much

                                                From: jack





reply via email to

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