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

This commit is contained in:
Sylvestre Ledru
2024-01-12 20:19:20 +01:00
committed by GitHub
parent 59e63fc42f
commit 7ef60e42aa

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):