Skip to main content
📝 Josh's Notes
Home
Notes
RSS
Ping Sweep Command - Linux
2025-06-26
for i in {1..254} ;do (ping -c 1 192.168.0.$i | grep "bytes from" &) ;done
#linux
#bash