mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-02 03:17:58 +01:00
Adding long format list sorted by reverse mod date
This commit is contained in:
parent
c79272a73c
commit
92611c992b
1 changed files with 4 additions and 0 deletions
|
@ -21,3 +21,7 @@
|
|||
- Long format list sorted by size (descending):
|
||||
|
||||
`ls -lS`
|
||||
|
||||
- Long format list of all files, sorted by modification date (oldest first):
|
||||
|
||||
`ls -ltr`
|
||||
|
|
Loading…
Reference in a new issue