From unknown Mon Jun 23 18:27:39 2025 X-Loop: help-debbugs@gnu.org Subject: bug#20172: make each ls sort option say what is first on the man page Resent-From: =?UTF-8?Q?=E7=A9=8D=E4=B8=B9=E5=B0=BC?= Dan Jacobson Original-Sender: "Debbugs-submit" Resent-CC: bug-coreutils@gnu.org Resent-Date: Mon, 23 Mar 2015 00:38:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 20172 X-GNU-PR-Package: coreutils X-GNU-PR-Keywords: To: 20172@debbugs.gnu.org X-Debbugs-Original-To: bug-coreutils@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.142707107011365 (code B ref -1); Mon, 23 Mar 2015 00:38:01 +0000 Received: (at submit) by debbugs.gnu.org; 23 Mar 2015 00:37:50 +0000 Received: from localhost ([127.0.0.1]:32876 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YZqNJ-0002xF-VC for submit@debbugs.gnu.org; Sun, 22 Mar 2015 20:37:50 -0400 Received: from eggs.gnu.org ([208.118.235.92]:51498) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YZqNH-0002ww-KR for submit@debbugs.gnu.org; Sun, 22 Mar 2015 20:37:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YZqN7-0007PE-Lq for submit@debbugs.gnu.org; Sun, 22 Mar 2015 20:37:42 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:39244) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZqN7-0007PA-JL for submit@debbugs.gnu.org; Sun, 22 Mar 2015 20:37:37 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53192) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZqN6-0003Hl-Gu for bug-coreutils@gnu.org; Sun, 22 Mar 2015 20:37:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YZqN3-0007Oa-Bv for bug-coreutils@gnu.org; Sun, 22 Mar 2015 20:37:36 -0400 Received: from homie.mail.dreamhost.com ([208.97.132.208]:53539 helo=homiemail-a5.g.dreamhost.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZqN3-0007OR-45 for bug-coreutils@gnu.org; Sun, 22 Mar 2015 20:37:33 -0400 Received: from homiemail-a5.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a5.g.dreamhost.com (Postfix) with ESMTP id 81BBC70406A for ; Sun, 22 Mar 2015 17:37:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=jidanni.org; h=from:to :subject:date:message-id:mime-version:content-type; s= jidanni.org; bh=qflfFllPbkq29Pf4JyWOf/kZdec=; b=Myl3GFLh3hvSvPJE L9PQPhTu2a0oUEsxdZMIyPzGy5jc1B3m29PWi2KZ52AGb5TdopAiU7gE5pG184dp Jpjtm/jepQs02AZpH9MXY/HvpDN5yVNX9rMyl3M4Xv0mDy7TykO3WlFgUsRqt+Kw 17e6zePYNw6CW59sQbKaQOQfCzY= Received: from jidanni.org (114-26-43-174.dynamic.hinet.net [114.26.43.174]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: jidanni@jidanni.org) by homiemail-a5.g.dreamhost.com (Postfix) with ESMTPSA id 4B12B704063 for ; Sun, 22 Mar 2015 17:37:30 -0700 (PDT) From: =?UTF-8?Q?=E7=A9=8D=E4=B8=B9=E5=B0=BC?= Dan Jacobson Date: Mon, 23 Mar 2015 08:37:02 +0800 Message-ID: <87lhiotuq9.fsf@jidanni.org> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) 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... From unknown Mon Jun 23 18:27:39 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.503 (Entity 5.503) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: =?UTF-8?Q?=E7=A9=8D=E4=B8=B9=E5=B0=BC?= Dan Jacobson Subject: bug#20172: closed (Re: bug#20172: make each ls sort option say what is first on the man page) Message-ID: References: <550FD753.50503@draigBrady.com> <87lhiotuq9.fsf@jidanni.org> X-Gnu-PR-Message: they-closed 20172 X-Gnu-PR-Package: coreutils Reply-To: 20172@debbugs.gnu.org Date: Mon, 23 Mar 2015 09:06:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1427101562-30779-1" This is a multi-part message in MIME format... ------------=_1427101562-30779-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #20172: make each ls sort option say what is first on the man page which was filed against the coreutils package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 20172@debbugs.gnu.org. --=20 20172: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D20172 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1427101562-30779-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 20172-done) by debbugs.gnu.org; 23 Mar 2015 09:05:37 +0000 Received: from localhost ([127.0.0.1]:33103 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YZyIi-0007zl-PH for submit@debbugs.gnu.org; Mon, 23 Mar 2015 05:05:37 -0400 Received: from mail6.vodafone.ie ([213.233.128.184]:35463) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YZyIc-0007zT-QG for 20172-done@debbugs.gnu.org; Mon, 23 Mar 2015 05:05:35 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvAXAJ3WD1VtT6es/2dsb2JhbABcgwZSWgGBLoETTsM5hXMCgShMAQEBAQEBfUEBAYNSAQUjDwFWCQINCwICBSECAg8CRgYBDAgBAYgvAQiRapx2hWmTYyyBIYoAhHyCaIFFAQSUPocagzCCTolKg0cig24+MgEBgkABAQE Received: from unknown (HELO localhost.localdomain) ([109.79.167.172]) by mail3.vodafone.ie with ESMTP; 23 Mar 2015 09:05:23 +0000 Message-ID: <550FD753.50503@draigBrady.com> Date: Mon, 23 Mar 2015 09:05:23 +0000 From: =?UTF-8?B?UMOhZHJhaWcgQnJhZHk=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: =?UTF-8?B?56mN5Li55bC8IERhbiBKYWNvYnNvbg==?= , 20172-done@debbugs.gnu.org Subject: Re: bug#20172: make each ls sort option say what is first on the man page References: <87lhiotuq9.fsf@jidanni.org> In-Reply-To: <87lhiotuq9.fsf@jidanni.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: 1.6 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: 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... [...] Content analysis details: (1.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.6 RCVD_IN_BRBL_LASTEXT RBL: RCVD_IN_BRBL_LASTEXT [213.233.128.184 listed in bb.barracudacentral.org] X-Debbugs-Envelope-To: 20172-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.6 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: 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... [...] Content analysis details: (1.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.6 RCVD_IN_BRBL_LASTEXT RBL: RCVD_IN_BRBL_LASTEXT [213.233.128.184 listed in bb.barracudacentral.org] 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. ------------=_1427101562-30779-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 23 Mar 2015 00:37:50 +0000 Received: from localhost ([127.0.0.1]:32876 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YZqNJ-0002xF-VC for submit@debbugs.gnu.org; Sun, 22 Mar 2015 20:37:50 -0400 Received: from eggs.gnu.org ([208.118.235.92]:51498) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YZqNH-0002ww-KR for submit@debbugs.gnu.org; Sun, 22 Mar 2015 20:37:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YZqN7-0007PE-Lq for submit@debbugs.gnu.org; Sun, 22 Mar 2015 20:37:42 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:39244) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZqN7-0007PA-JL for submit@debbugs.gnu.org; Sun, 22 Mar 2015 20:37:37 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53192) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZqN6-0003Hl-Gu for bug-coreutils@gnu.org; Sun, 22 Mar 2015 20:37:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YZqN3-0007Oa-Bv for bug-coreutils@gnu.org; Sun, 22 Mar 2015 20:37:36 -0400 Received: from homie.mail.dreamhost.com ([208.97.132.208]:53539 helo=homiemail-a5.g.dreamhost.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZqN3-0007OR-45 for bug-coreutils@gnu.org; Sun, 22 Mar 2015 20:37:33 -0400 Received: from homiemail-a5.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a5.g.dreamhost.com (Postfix) with ESMTP id 81BBC70406A for ; Sun, 22 Mar 2015 17:37:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=jidanni.org; h=from:to :subject:date:message-id:mime-version:content-type; s= jidanni.org; bh=qflfFllPbkq29Pf4JyWOf/kZdec=; b=Myl3GFLh3hvSvPJE L9PQPhTu2a0oUEsxdZMIyPzGy5jc1B3m29PWi2KZ52AGb5TdopAiU7gE5pG184dp Jpjtm/jepQs02AZpH9MXY/HvpDN5yVNX9rMyl3M4Xv0mDy7TykO3WlFgUsRqt+Kw 17e6zePYNw6CW59sQbKaQOQfCzY= Received: from jidanni.org (114-26-43-174.dynamic.hinet.net [114.26.43.174]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: jidanni@jidanni.org) by homiemail-a5.g.dreamhost.com (Postfix) with ESMTPSA id 4B12B704063 for ; Sun, 22 Mar 2015 17:37:30 -0700 (PDT) From: =?utf-8?B?56mN5Li55bC8?= Dan Jacobson To: bug-coreutils@gnu.org Subject: make each ls sort option say what is first on the man page Date: Mon, 23 Mar 2015 08:37:02 +0800 Message-ID: <87lhiotuq9.fsf@jidanni.org> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) 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... ------------=_1427101562-30779-1--