mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-21 21:47:54 +00:00
README: traceroute is not always installed. ping is better.
This commit is contained in:
parent
cd9efa9ab8
commit
4d9b570128
6
README
6
README
|
@ -54,10 +54,10 @@ system is old or Microsoft Windows):
|
||||||
|
|
||||||
After this you should be able to do:
|
After this you should be able to do:
|
||||||
|
|
||||||
parallel traceroute ::: foss.org.my gnu.org freenetproject.org
|
parallel -j0 ping -nc 3 ::: foss.org.my gnu.org freenetproject.org
|
||||||
|
|
||||||
This will run traceroute to 3 different hosts in parallel and print
|
This will send 3 ping packets to 3 different hosts in parallel and print
|
||||||
the output when the traceroutes are done.
|
the output when they complete.
|
||||||
|
|
||||||
Watch the intro video for a quick introduction:
|
Watch the intro video for a quick introduction:
|
||||||
https://www.youtube.com/playlist?list=PL284C9FF2488BC6D1 or at
|
https://www.youtube.com/playlist?list=PL284C9FF2488BC6D1 or at
|
||||||
|
|
Loading…
Reference in a new issue