jq: add French translation, update page (#10802)

This commit is contained in:
Alexandre ZANNI
2023-10-08 12:49:07 +02:00
committed by GitHub
parent e3f54f9879
commit f2c1fd3a34
2 changed files with 34 additions and 2 deletions

View File

@@ -1,9 +1,9 @@
# jq
> A command-line JSON processor that uses a domain-specific language.
> A command-line JSON processor that uses a domain-specific language (DSL).
> More information: <https://stedolan.github.io/jq/manual/>.
- Execute a specific expression (print a colored and formatted json):
- Execute a specific expression (print a colored and formatted JSON output):
`{{cat path/to/file.json}} | jq '.'`