[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#5958: Sort-8.4 bug
From: |
Santiago Rodriguez |
Subject: |
bug#5958: Sort-8.4 bug |
Date: |
Fri, 16 Apr 2010 12:58:55 +0200 |
User-agent: |
Thunderbird 2.0.0.24 (Windows/20100228) |
Dear sirs,
I think I have found a bug in sort coreutils command. When I type
sort -T /tmp +1 -2 +2rn -3 +0 -1<<EOF
perra/S perra 2.200000
perro/PS perra 4.400000
EOF
The result is:
perra/S perra 2.200000
perro/PS perra 4.400000
If I type
sort -T /tmp +1 -2 +2n -3 +0 -1<<EOF
perra/S perra 2.200000
perro/PS perra 4.400000
EOF
The result is the same. If I make the same executions with sort 5.0 it
works properly.
Setting or unsetting the LC_ALL=POSIX environment variable has no effect.
If you need more information, do not hesitate to ask.
Best regards,
Santiago Rodríguez.
- bug#5958: Sort-8.4 bug,
Santiago Rodriguez <=