mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
21 lines
414 B
Markdown
21 lines
414 B
Markdown
![]() |
# jc
|
||
|
|
||
|
> A utility to convert the output of multiple commands to JSON.
|
||
|
> More information: <https://github.com/kellyjonbrazil/jc>.
|
||
|
|
||
|
- Convert command output to JSON via pipe:
|
||
|
|
||
|
`{{ifconfig}} | jc {{--ifconfig}}`
|
||
|
|
||
|
- Convert command output to JSON via magic syntax:
|
||
|
|
||
|
`jc {{ifconfig}}`
|
||
|
|
||
|
- Output pretty JSON via pipe:
|
||
|
|
||
|
`{{ifconfig}} | jc {{--ifconfig}} -p`
|
||
|
|
||
|
- Output pretty JSON via magic syntax:
|
||
|
|
||
|
`jc -p {{ifconfig}}`
|