1
0
Fork 0
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:
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

View file

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