Merge pull request #243 from hoox/fix-ls-command

Fix the ls command sorting options
waldyrious/alt-syntax
Igor Shubovych 2014-09-19 19:25:32 +03:00
commit 3edba79cec
1 changed files with 4 additions and 4 deletions

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