bug-coreutils
[Top][All Lists]
Advanced

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

bug#14226: Sort -c takes in account fields that were outside sorting sco


From: Camion SPAM
Subject: bug#14226: Sort -c takes in account fields that were outside sorting scope
Date: Thu, 18 Apr 2013 16:04:37 +0100 (BST)

The following commands report an error on equals lines because field outside 
sorting scope were not sorted

$ cat <<'.' |
> AAA AAA
> BBB BBB
> ZZZ CCC
> DDD DDD
> BBC EEE
> BBD EEE
> BBC EEE
> BBE EEE
> CCC FFF
> DDD GGG
> EEE HHH
> .
> LANG=C sort -k 2,2 -c
sort: -:7: disorder: BBC EEE



reply via email to

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