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

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

[debbugs-tracker] bug#20172: closed (make each ls sort option say what i


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#20172: closed (make each ls sort option say what is first on the man page)
Date: Mon, 23 Mar 2015 09:06:02 +0000

Your message dated Mon, 23 Mar 2015 09:05:23 +0000
with message-id <address@hidden>
and subject line Re: bug#20172: make each ls sort option say what is first on 
the man page
has caused the debbugs.gnu.org bug report #20172,
regarding make each ls sort option say what is first on the man page
to be marked as done.

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


-- 
20172: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20172
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: make each ls sort option say what is first on the man page Date: Mon, 23 Mar 2015 08:37:02 +0800
Please make
$ man ls|grep -e -[St].*sort
       -S     sort by file size
       -t     sort by modification time, newest first
say
$ man ls|grep -e -[St].*sort
       -S     sort by file size, largest first
       -t     sort by modification time, newest first
even though yes, documented elsewhere.
There may be others too...



--- End Message ---
--- Begin Message --- Subject: Re: bug#20172: make each ls sort option say what is first on the man page Date: Mon, 23 Mar 2015 09:05:23 +0000 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0
On 23/03/15 00:37, 積丹尼 Dan Jacobson wrote:
> Please make
> $ man ls|grep -e -[St].*sort
>        -S     sort by file size
>        -t     sort by modification time, newest first
> say
> $ man ls|grep -e -[St].*sort
>        -S     sort by file size, largest first
>        -t     sort by modification time, newest first
> even though yes, documented elsewhere.
> There may be others too...

Makes sense, and is similar to:
http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=v8.12-31-g50ca38e

I've pushed this in your name:
http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=01fb984

thanks!
Pádraig.


--- End Message ---

reply via email to

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