mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-13 01:20:24 +02:00
add compatibility info
This commit is contained in:
@ -3,6 +3,9 @@
|
|||||||
Usage:
|
Usage:
|
||||||
specify --arp as the first argument if the piped input is coming from arp
|
specify --arp as the first argument if the piped input is coming from arp
|
||||||
|
|
||||||
|
Compatibility:
|
||||||
|
'linux', 'aix', 'freebsd', 'darwin'
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ arp | jc --arp -p
|
$ arp | jc --arp -p
|
||||||
|
@ -3,6 +3,9 @@
|
|||||||
Usage:
|
Usage:
|
||||||
specify --df as the first argument if the piped input is coming from df
|
specify --df as the first argument if the piped input is coming from df
|
||||||
|
|
||||||
|
Compatibility:
|
||||||
|
'linux', 'darwin'
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ df | jc --df -p
|
$ df | jc --df -p
|
||||||
|
@ -3,6 +3,9 @@
|
|||||||
Usage:
|
Usage:
|
||||||
Specify --dig as the first argument if the piped input is coming from dig
|
Specify --dig as the first argument if the piped input is coming from dig
|
||||||
|
|
||||||
|
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
|
||||||
|
Reference in New Issue
Block a user