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

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

[debbugs-tracker] bug#13538: closed (sort wrong)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#13538: closed (sort wrong)
Date: Thu, 24 Jan 2013 08:13:02 +0000

Your message dated Thu, 24 Jan 2013 00:12:18 -0800
with message-id <address@hidden>
and subject line Re: bug#13538: sort wrong
has caused the debbugs.gnu.org bug report #13538,
regarding sort wrong
to be marked as done.

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


-- 
13538: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13538
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: sort wrong Date: Thu, 24 Jan 2013 06:16:52 +0000
$ cat log
/VOBS/MediaGW/gw/src/cha
/VOBS/MediaGW/gw/src/res
/VOBS/MediaGW/gw/src/res
/VOBS/MediaGW/gw/src/cha
/VOBS/MediaGW/gw/src/cha
/VOBS/MediaGW/gw/src/cha
/VOBS/MediaGW/gw/src@@/m
/VOBS/MediaGW/gw/src@@/m
/VOBS/MediaGW/gw/src@@/m
 
$ ~/bin/sort --version
sort (GNU coreutils) 8.20
Copyright (C) 2012 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.
 
$ ~/bin/sort log
/VOBS/MediaGW/gw/src/cha
/VOBS/MediaGW/gw/src/cha
/VOBS/MediaGW/gw/src/cha
/VOBS/MediaGW/gw/src/cha
/VOBS/MediaGW/gw/src@@/m
/VOBS/MediaGW/gw/src@@/m
/VOBS/MediaGW/gw/src@@/m
/VOBS/MediaGW/gw/src/res
/VOBS/MediaGW/gw/src/res
 
But I expect the result should be:
/VOBS/MediaGW/gw/src/cha
/VOBS/MediaGW/gw/src/cha
/VOBS/MediaGW/gw/src/cha
/VOBS/MediaGW/gw/src/cha
/VOBS/MediaGW/gw/src/res
/VOBS/MediaGW/gw/src/res
/VOBS/MediaGW/gw/src@@/m
/VOBS/MediaGW/gw/src@@/m
/VOBS/MediaGW/gw/src@@/m
 
regards
xujian
 
 

--- End Message ---
--- Begin Message --- Subject: Re: bug#13538: sort wrong Date: Thu, 24 Jan 2013 00:12:18 -0800 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2
Please run "sort --help" and read the text marked "*** WARNING ***".


--- End Message ---

reply via email to

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