"Reg. Charney" <[EMAIL PROTECTED]> writes:

> I believe that sort in coreutils v5.2.1 has a basic bug in it - it
> seems to treat the period (.) as a non-existant character.

The locale specified by the environment affects sort order.
Set LC_ALL=C to get the traditional sort order that uses
native byte values.


_______________________________________________
Bug-coreutils mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to