mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 13:24:54 +02:00
Merge pull request #730 from CBrowne/ls-ltr
Adding long format list sorted by reverse mod date
This commit is contained in:
commit
409944e687
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…
Add table
Reference in a new issue