mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-17 01:32:37 +02:00
update docs - remove compatibility section since it is now automatically generated from info()
This commit is contained in:
@ -55,10 +55,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ acpi -V | jc --acpi -p
|
$ acpi -V | jc --acpi -p
|
||||||
|
@ -38,10 +38,6 @@ Schema:
|
|||||||
"channel": string
|
"channel": string
|
||||||
}
|
}
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'darwin'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ airport -I | jc --airport -p
|
$ airport -I | jc --airport -p
|
||||||
|
@ -18,10 +18,6 @@ Usage (module):
|
|||||||
import jc.parsers.airport_s
|
import jc.parsers.airport_s
|
||||||
result = jc.parsers.airport_s.parse(airport_s_command_output)
|
result = jc.parsers.airport_s.parse(airport_s_command_output)
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'darwin'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ airport -s | jc --airport-s -p
|
$ airport -s | jc --airport-s -p
|
||||||
|
@ -33,10 +33,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'aix', 'freebsd', 'darwin'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ arp | jc --arp -p
|
$ arp | jc --arp -p
|
||||||
|
@ -52,10 +52,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ blkid | jc --blkid -p
|
$ blkid | jc --blkid -p
|
||||||
|
@ -30,10 +30,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'cygwin', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ cksum * | jc --cksum -p
|
$ cksum * | jc --cksum -p
|
||||||
|
@ -49,10 +49,6 @@ Schema:
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ crontab -l | jc --crontab -p
|
$ crontab -l | jc --crontab -p
|
||||||
|
@ -46,10 +46,6 @@ Schema:
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ cat /etc/crontab | jc --crontab-u -p
|
$ cat /etc/crontab | jc --crontab-u -p
|
||||||
|
@ -25,10 +25,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'cygwin', 'win32', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ cat homes.csv
|
$ cat homes.csv
|
||||||
|
@ -44,10 +44,6 @@ Schema:
|
|||||||
"timezone_aware": boolean # if true, all fields are correctly based on UTC
|
"timezone_aware": boolean # if true, all fields are correctly based on UTC
|
||||||
}
|
}
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ date | jc --date -p
|
$ date | jc --date -p
|
||||||
|
@ -35,10 +35,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ df | jc --df -p
|
$ df | jc --df -p
|
||||||
|
@ -76,10 +76,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'cygwin', 'win32', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ dig cnn.com www.cnn.com @205.251.194.64 | jc --dig -p
|
$ dig cnn.com www.cnn.com @205.251.194.64 | jc --dig -p
|
||||||
|
@ -38,10 +38,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'win32'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
C:> dir | jc --dir -p
|
C:> dir | jc --dir -p
|
||||||
|
@ -33,10 +33,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
# dmidecode | jc --dmidecode -p
|
# dmidecode | jc --dmidecode -p
|
||||||
|
@ -35,10 +35,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ dpkg -l | jc --dpkg-l -p
|
$ dpkg -l | jc --dpkg-l -p
|
||||||
|
@ -25,10 +25,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ du /usr | jc --du -p
|
$ du /usr | jc --du -p
|
||||||
|
@ -27,10 +27,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'cygwin', 'win32', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ env | jc --env -p
|
$ env | jc --env -p
|
||||||
|
@ -25,10 +25,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'aix', 'freebsd', 'darwin'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ file * | jc --file -p
|
$ file * | jc --file -p
|
||||||
|
@ -36,10 +36,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'cygwin', freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ finger | jc --finger -p
|
$ finger | jc --finger -p
|
||||||
|
@ -30,10 +30,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ free | jc --free -p
|
$ free | jc --free -p
|
||||||
|
@ -25,10 +25,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ cat /etc/fstab | jc --fstab -p
|
$ cat /etc/fstab | jc --fstab -p
|
||||||
|
@ -25,10 +25,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ cat /etc/group | jc --group -p
|
$ cat /etc/group | jc --group -p
|
||||||
|
@ -27,10 +27,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ cat /etc/gshadow | jc --gshadow -p
|
$ cat /etc/gshadow | jc --gshadow -p
|
||||||
|
@ -21,10 +21,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'cygwin', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ hash | jc --hash -p
|
$ hash | jc --hash -p
|
||||||
|
@ -35,10 +35,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'cygwin', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ md5sum * | jc --hashsum -p
|
$ md5sum * | jc --hashsum -p
|
||||||
|
@ -67,10 +67,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ hciconfig -a | jc --hciconfig -p
|
$ hciconfig -a | jc --hciconfig -p
|
||||||
|
@ -23,10 +23,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'cygwin', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ history | jc --history -p
|
$ history | jc --history -p
|
||||||
|
@ -23,10 +23,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'cygwin', 'win32', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ cat /etc/hosts | jc --hosts -p
|
$ cat /etc/hosts | jc --hosts -p
|
||||||
|
@ -45,10 +45,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ id | jc --id -p
|
$ id | jc --id -p
|
||||||
|
@ -53,10 +53,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'aix', 'freebsd', 'darwin'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ ifconfig | jc --ifconfig -p
|
$ ifconfig | jc --ifconfig -p
|
||||||
|
@ -29,10 +29,6 @@ Schema:
|
|||||||
"key2": string
|
"key2": string
|
||||||
}
|
}
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'cygwin', 'win32', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ cat example.ini
|
$ cat example.ini
|
||||||
|
@ -41,10 +41,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ sudo iptables --line-numbers -v -L -t nat | jc --iptables -p
|
$ sudo iptables --line-numbers -v -L -t nat | jc --iptables -p
|
||||||
|
@ -28,10 +28,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ iw dev wlan0 scan | jc --iw-scan -p
|
$ iw dev wlan0 scan | jc --iw-scan -p
|
||||||
|
@ -30,10 +30,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'cygwin', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
$ jobs -l | jc --jobs -p
|
$ jobs -l | jc --jobs -p
|
||||||
|
@ -25,10 +25,6 @@ Schema:
|
|||||||
"key2": string
|
"key2": string
|
||||||
}
|
}
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'cygwin', 'win32', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ cat keyvalue.txt
|
$ cat keyvalue.txt
|
||||||
|
@ -36,10 +36,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ last -F | jc --last -p
|
$ last -F | jc --last -p
|
||||||
|
@ -44,10 +44,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'cygwin', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ ls /usr/bin | jc --ls -p
|
$ ls /usr/bin | jc --ls -p
|
||||||
@ -58,12 +54,6 @@ Examples:
|
|||||||
{
|
{
|
||||||
"filename": "arch"
|
"filename": "arch"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"filename": "awk"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "base64"
|
|
||||||
},
|
|
||||||
...
|
...
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -88,15 +78,6 @@ Examples:
|
|||||||
"size": 62744,
|
"size": 62744,
|
||||||
"date": "Aug 8 16:14"
|
"date": "Aug 8 16:14"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"filename": "arch",
|
|
||||||
"flags": "-rwxr-xr-x.",
|
|
||||||
"links": 1,
|
|
||||||
"owner": "root",
|
|
||||||
"group": "root",
|
|
||||||
"size": 33080,
|
|
||||||
"date": "Aug 19 23:25"
|
|
||||||
},
|
|
||||||
...
|
...
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -121,57 +102,9 @@ Examples:
|
|||||||
"size": "33080",
|
"size": "33080",
|
||||||
"date": "Aug 19 23:25"
|
"date": "Aug 19 23:25"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"filename": "awk",
|
|
||||||
"link_to": "gawk",
|
|
||||||
"flags": "lrwxrwxrwx.",
|
|
||||||
"links": "1",
|
|
||||||
"owner": "root",
|
|
||||||
"group": "root",
|
|
||||||
"size": "4",
|
|
||||||
"date": "Aug 15 10:53"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "base64",
|
|
||||||
"flags": "-rwxr-xr-x.",
|
|
||||||
"links": "1",
|
|
||||||
"owner": "root",
|
|
||||||
"group": "root",
|
|
||||||
"size": "37360",
|
|
||||||
"date": "Aug 19 23:25"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "basename",
|
|
||||||
"flags": "-rwxr-xr-x.",
|
|
||||||
"links": "1",
|
|
||||||
"owner": "root",
|
|
||||||
"group": "root",
|
|
||||||
"size": "29032",
|
|
||||||
"date": "Aug 19 23:25"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "bash",
|
|
||||||
"flags": "-rwxr-xr-x.",
|
|
||||||
"links": "1",
|
|
||||||
"owner": "root",
|
|
||||||
"group": "root",
|
|
||||||
"size": "964600",
|
|
||||||
"date": "Aug 8 05:06"
|
|
||||||
},
|
|
||||||
...
|
...
|
||||||
]
|
]
|
||||||
|
|
||||||
$ ls -l /usr/bin | jc --ls | jq '.[] | select(.size > 50000000)'
|
|
||||||
{
|
|
||||||
"filename": "emacs",
|
|
||||||
"flags": "-r-xr-xr-x",
|
|
||||||
"links": 1,
|
|
||||||
"owner": "root",
|
|
||||||
"group": "wheel",
|
|
||||||
"size": 117164432,
|
|
||||||
"date": "May 3 2019"
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
## info
|
## info
|
||||||
```python
|
```python
|
||||||
|
@ -63,10 +63,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ lsblk | jc --lsblk -p
|
$ lsblk | jc --lsblk -p
|
||||||
|
@ -29,10 +29,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ lsmod | jc --lsmod -p
|
$ lsmod | jc --lsmod -p
|
||||||
|
@ -33,10 +33,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ sudo lsof | jc --lsof -p
|
$ sudo lsof | jc --lsof -p
|
||||||
|
@ -29,10 +29,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'freebsd'
|
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
$ mount | jc --mount -p
|
$ mount | jc --mount -p
|
||||||
|
@ -121,10 +121,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
# netstat -apee | jc --netstat -p
|
# netstat -apee | jc --netstat -p
|
||||||
|
@ -34,10 +34,6 @@ Schema:
|
|||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ ntpq -p | jc --ntpq -p
|
$ ntpq -p | jc --ntpq -p
|
||||||
|
@ -26,10 +26,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ cat /etc/passwd | jc --passwd -p
|
$ cat /etc/passwd | jc --passwd -p
|
||||||
|
@ -50,10 +50,6 @@ Schema:
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ ping -c 3 -p ff cnn.com | jc --ping -p
|
$ ping -c 3 -p ff cnn.com | jc --ping -p
|
||||||
|
@ -26,10 +26,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'cygwin', 'win32', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ pip list | jc --pip-list -p
|
$ pip list | jc --pip-list -p
|
||||||
|
@ -33,10 +33,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'cygwin', 'win32', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ pip show wrapt jc wheel | jc --pip-show -p
|
$ pip show wrapt jc wheel | jc --pip-show -p
|
||||||
|
@ -44,10 +44,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'cygwin', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ ps -ef | jc --ps -p
|
$ ps -ef | jc --ps -p
|
||||||
|
@ -37,10 +37,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ route -ee | jc --route -p
|
$ route -ee | jc --route -p
|
||||||
|
@ -50,10 +50,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ rpm -qia | jc --rpm_qi -p
|
$ rpm -qia | jc --rpm_qi -p
|
||||||
|
@ -27,10 +27,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ sudo cat /etc/shadow | jc --shadow -p
|
$ sudo cat /etc/shadow | jc --shadow -p
|
||||||
|
@ -42,10 +42,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ sudo ss -a | jc --ss -p
|
$ sudo ss -a | jc --ss -p
|
||||||
|
@ -58,10 +58,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ stat /bin/* | jc --stat -p
|
$ stat /bin/* | jc --stat -p
|
||||||
|
@ -26,10 +26,6 @@ Schema:
|
|||||||
"key3": string/integer/float
|
"key3": string/integer/float
|
||||||
}
|
}
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ sysctl -a | jc --sysctl -p
|
$ sysctl -a | jc --sysctl -p
|
||||||
|
@ -28,10 +28,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ systemctl -a | jc --systemctl -p
|
$ systemctl -a | jc --systemctl -p
|
||||||
|
@ -27,10 +27,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ systemctl list-jobs| jc --systemctl-lj -p
|
$ systemctl list-jobs| jc --systemctl-lj -p
|
||||||
|
@ -26,10 +26,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ systemctl list-sockets | jc --systemctl-ls -p
|
$ systemctl list-sockets | jc --systemctl-ls -p
|
||||||
|
@ -25,10 +25,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ systemctl list-unit-files | jc --systemctl-luf -p
|
$ systemctl list-unit-files | jc --systemctl-luf -p
|
||||||
|
@ -60,10 +60,6 @@ Schema:
|
|||||||
"exit_status": integer
|
"exit_status": integer
|
||||||
}
|
}
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'cygwin', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ /usr/bin/time --verbose -o timefile.out sleep 2.5; cat timefile.out | jc --time -p
|
$ /usr/bin/time --verbose -o timefile.out sleep 2.5; cat timefile.out | jc --time -p
|
||||||
|
@ -34,10 +34,6 @@ Schema:
|
|||||||
"dst_active": boolean
|
"dst_active": boolean
|
||||||
}
|
}
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ timedatectl | jc --timedatectl -p
|
$ timedatectl | jc --timedatectl -p
|
||||||
|
@ -37,10 +37,6 @@ Schema:
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ tracepath6 3ffe:2400:0:109::2 | jc --tracepath -p
|
$ tracepath6 3ffe:2400:0:109::2 | jc --tracepath -p
|
||||||
|
@ -43,10 +43,6 @@ Schema:
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ traceroute google.com | jc --traceroute -p
|
$ traceroute google.com | jc --traceroute -p
|
||||||
|
@ -31,10 +31,6 @@ Schema:
|
|||||||
"kernel_version": string
|
"kernel_version": string
|
||||||
}
|
}
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'freebsd'
|
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
$ uname -a | jc --uname -p
|
$ uname -a | jc --uname -p
|
||||||
|
@ -82,10 +82,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ upower -i /org/freedesktop/UPower/devices/battery | jc --upower -p
|
$ upower -i /org/freedesktop/UPower/devices/battery | jc --upower -p
|
||||||
|
@ -34,10 +34,6 @@ Schema:
|
|||||||
"load_15m": float
|
"load_15m": float
|
||||||
}
|
}
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'cygwin', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
$ uptime | jc --uptime -p
|
$ uptime | jc --uptime -p
|
||||||
|
@ -31,10 +31,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'cygwin', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ w | jc --w -p
|
$ w | jc --w -p
|
||||||
|
@ -27,10 +27,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'cygwin', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ wc * | jc --wc -p
|
$ wc * | jc --wc -p
|
||||||
|
@ -37,10 +37,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'cygwin', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ who -a | jc --who -p
|
$ who -a | jc --who -p
|
||||||
|
@ -22,10 +22,6 @@ Schema:
|
|||||||
"key2": string/object
|
"key2": string/object
|
||||||
}
|
}
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'cygwin', 'win32', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ cat cd_catalog.xml
|
$ cat cd_catalog.xml
|
||||||
|
@ -24,10 +24,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'cygwin', 'win32', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ cat istio-mtls-permissive.yaml
|
$ cat istio-mtls-permissive.yaml
|
||||||
|
BIN
jc/man/jc.1.gz
BIN
jc/man/jc.1.gz
Binary file not shown.
@ -52,10 +52,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ acpi -V | jc --acpi -p
|
$ acpi -V | jc --acpi -p
|
||||||
|
@ -35,10 +35,6 @@ Schema:
|
|||||||
"channel": string
|
"channel": string
|
||||||
}
|
}
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'darwin'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ airport -I | jc --airport -p
|
$ airport -I | jc --airport -p
|
||||||
|
@ -15,10 +15,6 @@ Usage (module):
|
|||||||
import jc.parsers.airport_s
|
import jc.parsers.airport_s
|
||||||
result = jc.parsers.airport_s.parse(airport_s_command_output)
|
result = jc.parsers.airport_s.parse(airport_s_command_output)
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'darwin'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ airport -s | jc --airport-s -p
|
$ airport -s | jc --airport-s -p
|
||||||
|
@ -30,10 +30,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'aix', 'freebsd', 'darwin'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ arp | jc --arp -p
|
$ arp | jc --arp -p
|
||||||
|
@ -49,10 +49,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ blkid | jc --blkid -p
|
$ blkid | jc --blkid -p
|
||||||
|
@ -27,10 +27,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'cygwin', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ cksum * | jc --cksum -p
|
$ cksum * | jc --cksum -p
|
||||||
|
@ -46,10 +46,6 @@ Schema:
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ crontab -l | jc --crontab -p
|
$ crontab -l | jc --crontab -p
|
||||||
|
@ -43,10 +43,6 @@ Schema:
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ cat /etc/crontab | jc --crontab-u -p
|
$ cat /etc/crontab | jc --crontab-u -p
|
||||||
|
@ -22,10 +22,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'cygwin', 'win32', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ cat homes.csv
|
$ cat homes.csv
|
||||||
|
@ -41,10 +41,6 @@ Schema:
|
|||||||
"timezone_aware": boolean # if true, all fields are correctly based on UTC
|
"timezone_aware": boolean # if true, all fields are correctly based on UTC
|
||||||
}
|
}
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ date | jc --date -p
|
$ date | jc --date -p
|
||||||
|
@ -32,10 +32,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ df | jc --df -p
|
$ df | jc --df -p
|
||||||
|
@ -73,10 +73,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'cygwin', 'win32', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ dig cnn.com www.cnn.com @205.251.194.64 | jc --dig -p
|
$ dig cnn.com www.cnn.com @205.251.194.64 | jc --dig -p
|
||||||
|
@ -35,10 +35,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'win32'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
C:> dir | jc --dir -p
|
C:> dir | jc --dir -p
|
||||||
|
@ -30,10 +30,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
# dmidecode | jc --dmidecode -p
|
# dmidecode | jc --dmidecode -p
|
||||||
|
@ -32,10 +32,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ dpkg -l | jc --dpkg-l -p
|
$ dpkg -l | jc --dpkg-l -p
|
||||||
|
@ -22,10 +22,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ du /usr | jc --du -p
|
$ du /usr | jc --du -p
|
||||||
|
@ -24,10 +24,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'cygwin', 'win32', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ env | jc --env -p
|
$ env | jc --env -p
|
||||||
|
@ -22,10 +22,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'aix', 'freebsd', 'darwin'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ file * | jc --file -p
|
$ file * | jc --file -p
|
||||||
|
@ -33,10 +33,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'cygwin', freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ finger | jc --finger -p
|
$ finger | jc --finger -p
|
||||||
|
@ -25,10 +25,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'cygwin', 'win32', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ foo | jc --foo -p
|
$ foo | jc --foo -p
|
||||||
|
@ -27,10 +27,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ free | jc --free -p
|
$ free | jc --free -p
|
||||||
|
@ -22,10 +22,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ cat /etc/fstab | jc --fstab -p
|
$ cat /etc/fstab | jc --fstab -p
|
||||||
|
@ -22,10 +22,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ cat /etc/group | jc --group -p
|
$ cat /etc/group | jc --group -p
|
||||||
|
@ -24,10 +24,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ cat /etc/gshadow | jc --gshadow -p
|
$ cat /etc/gshadow | jc --gshadow -p
|
||||||
|
@ -18,10 +18,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'cygwin', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ hash | jc --hash -p
|
$ hash | jc --hash -p
|
||||||
|
@ -32,10 +32,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'cygwin', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ md5sum * | jc --hashsum -p
|
$ md5sum * | jc --hashsum -p
|
||||||
|
@ -64,10 +64,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ hciconfig -a | jc --hciconfig -p
|
$ hciconfig -a | jc --hciconfig -p
|
||||||
|
@ -20,10 +20,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'cygwin', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ history | jc --history -p
|
$ history | jc --history -p
|
||||||
|
@ -20,10 +20,6 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
'linux', 'darwin', 'cygwin', 'win32', 'aix', 'freebsd'
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ cat /etc/hosts | jc --hosts -p
|
$ cat /etc/hosts | jc --hosts -p
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user