This commit is contained in:
JMARyA 2023-12-13 23:45:40 +01:00
parent f611fa9038
commit bf3e5f21f9
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
6 changed files with 31 additions and 51 deletions

View file

@ -9,6 +9,9 @@ jq is a lightweight and flexible command-line [JSON](../../files/JSON.md) proces
## Usage
```shell
cat data.json | jq [FILTER]
# Raw Data
cat data.json | jq -r [FILTER]
```
## Filters