# Prepares a shell script that does a ping sweep for ($a = 1; $a <100; $a++) { print "ping 192.168.1.$a -w1\n"; }