Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-27 00:21:46 +00:00
parent 69350c28ac
commit cdc8040fcb
33 changed files with 274 additions and 40 deletions

View File

@@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git
> Show the contents of the current directory as a tree.
> More information: <https://manned.org/tree>.
- Print files and directories up to 'num' levels of depth (where 1 means the current directory):
- Print files and directories up to `num` levels of depth (where 1 means the current directory):
`tree -L {{num}}`