1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-23 00:29:59 +02:00

doc updates

This commit is contained in:
Kelly Brazil
2020-02-13 17:24:10 -08:00
parent 7f47b53370
commit 474eb0f3fd

View File

@ -17,7 +17,7 @@ $ ls -l /usr/bin | jc --ls | jq '.[] | select(.size > 50000000)'
"date": "Aug 14 19:41" "date": "Aug 14 19:41"
} }
``` ```
or using the alternative syntax: or using the alternative "magic" syntax:
``` ```
$ jc ls -l /usr/bin | jq '.[] | select(.size > 50000000)' $ jc ls -l /usr/bin | jq '.[] | select(.size > 50000000)'
{ {
@ -1031,7 +1031,7 @@ $ lsmod | jc --lsmod -p # or: jc -p lsmod
``` ```
### lsof ### lsof
``` ```
$ sudo lsof | jc --lsof -p # or: jc -p lsof $ sudo lsof | jc --lsof -p # or: sudo jc -p lsof
[ [
{ {
"command": "systemd", "command": "systemd",