ping from file
thanks google
#!/bin/bash
#( while read ip; do ping -c 3 $ip; done ) < /root/servers
(while read ip
do ping -c 2 $ip
done) < /root/servers
Žiadne komentáre:
Zverejnenie komentára