Who rated this post

cancel
Showing results for 
Search instead for 
Did you mean: 
_Val_
Admin
Admin

Try something like this from Expert shell:

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

  

View solution in original post

(1)
Who rated this post