1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 01:15:52 +02:00

Fix the ls command sorting options

This commit is contained in:
Haruki 2014-09-18 02:13:24 +10:00
parent d16748cc8e
commit f7b5a9c5b4

View file

@ -23,11 +23,11 @@
`ls {{prefix}}*`
`ls *{{suffix}}`
- Sort the results size
- Sort the results by size, last modified date, or creation date
`ls -s # by size`
`ls -t # by last modified date`
`ls -U # by creation date`
`ls -S`
`ls -t`
`ls -U`
- Reverse the order of the results