Update cheatsheets

This commit is contained in:
ivuorinen
2025-08-31 00:21:41 +00:00
parent 5985fac848
commit af1e54b296
12 changed files with 83 additions and 36 deletions

View File

@@ -10,7 +10,7 @@ source: https://github.com/tldr-pages/tldr.git
- Execute a specific expression only using the `jq` binary (print a colored and formatted JSON output):
`jq '.' /{{path/to/file.json}}`
`jq '.' {{path/to/file.json}}`
- Execute a specific script: