emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#32603: closed (sort bug?)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32603: closed (sort bug?)
Date: Fri, 31 Aug 2018 16:45:02 +0000

Your message dated Fri, 31 Aug 2018 09:44:35 -0700
with message-id <address@hidden>
and subject line Re: bug#32603: sort bug?
has caused the debbugs.gnu.org bug report #32603,
regarding sort bug?
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
32603: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32603
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: sort bug? Date: Fri, 31 Aug 2018 11:34:26 -0400
My version of sort seems to have unpredictable behavior, based on the data being sorted:

$ sort <foo
t
te
tec

$ sort <foo
t.co
tec.co
te.co

$ sort <foo
t.c
te.c
tec.c

$ sort <foo
t.co
tec.co
te.co

$ sort <foo
tec.o
te.o
t.o

$ sort --version
sort (GNU coreutils) 8.4
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Mike Haertel and Paul Eggert.
--

Using flags -d, -n, -R, -r, and -i had no effect on this behavior.

Mike Bartman
senior software engineer - platform

tel (415)-578-5222 x492
email address@hidden


--- End Message ---
--- Begin Message --- Subject: Re: bug#32603: sort bug? Date: Fri, 31 Aug 2018 09:44:35 -0700 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1
"sort --help" says:

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

and that's what you have run into.


--- End Message ---

reply via email to

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