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

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

[Emacs-bug-tracker] bug#7525: closed (bug in sort command)


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#7525: closed (bug in sort command)
Date: Wed, 01 Dec 2010 16:49:02 +0000

Your message dated Wed, 01 Dec 2010 08:53:40 -0800
with message-id <address@hidden>
and subject line Re: bug#7525: bug in sort command
has caused the GNU bug report #7525,
regarding bug in sort command
to be marked as done.

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


-- 
7525: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7525
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: bug in sort command Date: Wed, 1 Dec 2010 14:44:42 +0100

Hello,

there seems to be a bug in Ubuntu’s 10.10  sort command.

I suspect that it defaults to the  -f option  now which I think is wrong.

e.g.

{  echo a

   echo j

   echo A

   echo i

   echo AA

   echo B

} | sort

 

produces

a

A

AA

B

i

j

 

instead of

A

AA

B

a

i

j

--

With kind regards,

 

Peter

 



The information contained in this message may be confidential and legally protected under applicable law. The message is intended solely for the addressee(s). If you are not the intended recipient, you are hereby notified that any use, forwarding, dissemination, or reproduction of this message is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender by return e-mail and destroy all copies of the original message.

--- End Message ---
--- Begin Message --- Subject: Re: bug#7525: bug in sort command Date: Wed, 01 Dec 2010 08:53:40 -0800 User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6
"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 this most likely explains your situation.


--- End Message ---

reply via email to

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