mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
Merge pull request #243 from hoox/fix-ls-command
Fix the ls command sorting options
This commit is contained in:
commit
3edba79cec
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue