1
0
Fork 0
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:
Caleb Browne 2016-01-27 16:31:40 +00:00
parent c79272a73c
commit 92611c992b

View file

@ -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`