mirror of
https://github.com/wader/fq.git
synced 2024-11-28 03:02:55 +03:00
9 lines
179 B
Markdown
9 lines
179 B
Markdown
|
Supports `torepr`, ex:
|
||
|
|
||
|
```
|
||
|
fq -d cbor torepr file.cbor
|
||
|
fq -d cbor 'torepr.field' file.cbor
|
||
|
fq -d cbor 'torepr | .field' file.cbor
|
||
|
fq -d cbor 'torepr | grep("abc")' file.cbor
|
||
|
```
|