
jc
List of commands for jc:
-
jc:tldr:00abd jc: Output pretty JSON via magic syntax.$ jc -p ${ifconfig}try on your machineexplain this command
-
jc:tldr:3d7df jc: Convert command output to JSON via pipe.$ ${ifconfig} | jc ${--ifconfig}try on your machineexplain this command
-
jc:tldr:adac5 jc: Output pretty JSON via pipe.$ ${ifconfig} | jc ${--ifconfig} -ptry on your machineexplain this command