mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-11 19:55:50 +02:00
20 lines
431 B
Markdown
20 lines
431 B
Markdown
# jc
|
|
|
|
> 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|--pretty]}}`
|
|
|
|
- Output pretty JSON via magic syntax:
|
|
|
|
`jc {{[-p|--pretty]}} {{ifconfig}}`
|