mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-23 00:29:59 +02:00
doc updates
This commit is contained in:
@ -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",
|
||||||
|
Reference in New Issue
Block a user