justapeon Posted November 2, 2011 Share Posted November 2, 2011 for i in {1..254}; do ping 192.168.0.$i -c1 -w1 |grep "icmp_req=1" ;done s/b for i in {1..254}; do ping 192.168.0.$i -c1 -w1 |grep "icmp_seq=1" ;done Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.