1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

doc update

This commit is contained in:
Kelly Brazil
2020-07-31 10:56:51 -07:00
parent 42d2017cd6
commit 13418b16b8
2 changed files with 8 additions and 2 deletions

View File

@ -6,7 +6,10 @@ Usage:
specify --traceroute as the first argument if the piped input is coming from traceroute specify --traceroute as the first argument if the piped input is coming from traceroute
Note: on OSX and FreeBSD be sure to redirect STDERR to STDOUT since the header line is sent to STDERR Note: On some operating systems you will need to redirect STDERR to STDOUT for destination
info since the header line is sent to STDERR. A warning message will be printed to
STDERR if the header row is not found.
e.g. $ traceroute 8.8.8.8 2>&1 | jc --traceroute e.g. $ traceroute 8.8.8.8 2>&1 | jc --traceroute
Compatibility: Compatibility:

View File

@ -4,7 +4,10 @@ Usage:
specify --traceroute as the first argument if the piped input is coming from traceroute specify --traceroute as the first argument if the piped input is coming from traceroute
Note: on OSX and FreeBSD be sure to redirect STDERR to STDOUT since the header line is sent to STDERR Note: On some operating systems you will need to redirect STDERR to STDOUT for destination
info since the header line is sent to STDERR. A warning message will be printed to
STDERR if the header row is not found.
e.g. $ traceroute 8.8.8.8 2>&1 | jc --traceroute e.g. $ traceroute 8.8.8.8 2>&1 | jc --traceroute
Compatibility: Compatibility: