mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-08 18:53:50 +02:00
jq: remove unnecessary / (#17912)
This commit is contained in:
parent
771de189c9
commit
a28e747e00
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
- Execute a specific expression only using the `jq` binary (print a colored and formatted JSON output):
|
- 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:
|
- Execute a specific script:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue