bug-coreutils
[Top][All Lists]
Advanced

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

Re: "sort" cmd bug


From: Eric Blake
Subject: Re: "sort" cmd bug
Date: Thu, 03 Aug 2006 01:31:59 +0000

> I am running suse 10.1
> and the shell cmd "sort" does not work
> as advertised.

On the contrary, sort is behaving exactly as advertised.
You probably have different locales on the different systems
you are testing, and locales affect sort's behavior.
http://www.gnu.org/software/coreutils/faq/coreutils-faq.html#Sort-does-not-sort-in-normal-order_0021

Try LC_ALL=C sort to get the ASCII byte ordering you desire.

-- 
Eric Blake




reply via email to

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