mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 08:06:07 +02:00
jc: add page (#4089)
This commit is contained in:
parent
847f0c2094
commit
b4c25483c9
1 changed files with 20 additions and 0 deletions
20
pages/common/jc.md
Normal file
20
pages/common/jc.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# 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}}`
|
Loading…
Add table
Reference in a new issue