Revision history of "bash ping ip range"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 17:36, 25 February 2013Nighthawk (Talk | contribs). . (199 bytes) (+199). . (Created page with "one liner for i in {1..255} ; do ping 192.168.1.$i -c 1 | grep "time=" ; done for i in {1..255} ; do net="192.168.1"; echo "ping $net.$i"; ping $net.$i -c 1 | grep "time=" ...")