Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-13 00:18:34 +00:00
parent ffbd8c31db
commit 904f7fe0c1
46 changed files with 228 additions and 157 deletions

View File

@@ -11,7 +11,7 @@ source: https://github.com/tldr-pages/tldr.git
- List all files, including hidden files:
`dir --all`
`dir {{[-a|--all]}}`
- List files including their author (`-l` is required):
@@ -19,11 +19,11 @@ source: https://github.com/tldr-pages/tldr.git
- List files excluding those that match a specified blob pattern:
`dir --hide={{pattern}}`
`dir --hide {{pattern}}`
- List subdirectories recursively:
`dir --recursive`
`dir {{[-R|--recursive]}}`
- Display help: