[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] doc: mention that ls time ordering is newest first
From: |
Pádraig Brady |
Subject: |
[PATCH] doc: mention that ls time ordering is newest first |
Date: |
Tue, 17 May 2011 10:56:13 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3 |
FYI, in ls.c::usage() (and consequently the man page)
I'm adding this non obvious info
- otherwise: sort by ctime\n\
+ otherwise: sort by ctime, newest first\n\
- -t sort by modification time\n\
+ -t sort by modification time, newest first\n\
- [PATCH] doc: mention that ls time ordering is newest first,
Pádraig Brady <=