mirror of
https://github.com/wader/fq.git
synced 2024-11-24 11:16:09 +03:00
2ab395a03b
Fix and cleanup some other doc also
9 lines
175 B
Markdown
9 lines
175 B
Markdown
Supports `torepr`:
|
|
|
|
```
|
|
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
|
|
```
|