1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-08-08 22:36:48 +02:00

fix jq example

This commit is contained in:
Kelly Brazil
2019-10-21 18:11:51 -07:00
parent 4c8610c54f
commit 8e71b8e352

View File

@ -6,7 +6,7 @@ JSON CLI output utility
This allows further command line processing of output with tools like `jq` simply by piping commands:
```
$ ls -l /usr/bin | jc --ls | jq .[] | jq 'select(.bytes > 50000000)'
$ ls -l /usr/bin | jc --ls | jq '.[] | select(.bytes > 50000000)'
{
"filename": "emacs",
"flags": "-r-xr-xr-x",