mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 05:22:09 +02:00
ls: add the recursive option to the list of options (#12065)
This commit is contained in:
parent
59e63fc42f
commit
7ef60e42aa
1 changed files with 2 additions and 2 deletions
|
@ -23,9 +23,9 @@
|
||||||
|
|
||||||
`ls -lh`
|
`ls -lh`
|
||||||
|
|
||||||
- Long format list sorted by size (descending):
|
- Long format list sorted by size (descending) recursively:
|
||||||
|
|
||||||
`ls -lS`
|
`ls -lSR`
|
||||||
|
|
||||||
- Long format list of all files, sorted by modification date (oldest first):
|
- Long format list of all files, sorted by modification date (oldest first):
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue