📝 Josh's Notes

Ping Sweep Command - Linux

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

#linux #bash