Last Updated: February 25, 2016
·
428
· Jesus Castello

FInd alive host with this one-liner

for i in $(seq 1 254) ;do (ping -c 1 192.168.1.$i | grep "bytes from" &) ;done