Update cheatsheets

This commit is contained in:
ivuorinen
2024-07-14 00:16:47 +00:00
parent ed05deca5f
commit 66ef864f25

View File

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