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`