ls: add the recursive option to the list of options (#12065)

pull/23/head
Sylvestre Ledru 2024-01-12 20:19:20 +01:00 committed by GitHub
parent 59e63fc42f
commit 7ef60e42aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -23,9 +23,9 @@
`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):