mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-15 01:24:29 +02:00
formatting
This commit is contained in:
@ -24,6 +24,7 @@ ls -l /usr/bin | jc --ls | jq '.[] | select(.size > 50000000)'
|
|||||||
or using the alternative "magic" syntax:
|
or using the alternative "magic" syntax:
|
||||||
```bash
|
```bash
|
||||||
jc ls -l /usr/bin | jq '.[] | select(.size > 50000000)'
|
jc ls -l /usr/bin | jq '.[] | select(.size > 50000000)'
|
||||||
|
```
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"filename": "docker",
|
"filename": "docker",
|
||||||
|
Reference in New Issue
Block a user