mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 15:53:34 +02:00
jq: correct description of example (#4299)
This commit is contained in:
parent
e815eb4c6e
commit
5951942143
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
`jq . {{file.json}}`
|
||||
|
||||
- Output all elements from arrays (or all key-value pairs from objects) in a JSON file:
|
||||
- Output all elements from arrays (or all the values from objects) in a JSON file:
|
||||
|
||||
`jq '.[]' {{file.json}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue