Ping Sweep Command - Linux June 26, 2025 [linux][bash] for i in {1..254} ;do (ping -c 1 192.168.0.$i | grep "bytes from" &) ;done