Fix the ls command sorting options

waldyrious/alt-syntax
Haruki 2014-09-18 02:13:24 +10:00
parent d16748cc8e
commit f7b5a9c5b4
1 changed files with 4 additions and 4 deletions

View File

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