Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Reto http://pastebin.com/xy8YrAu5 (Hacer el Script mas pequeño)
- #20 caracteres menos que el de @aperezalbela
- #Mi solucion:
- for j in $(for i in `whois linode.com|grep "Server: N"|awk '{print $3}'`;do host $i|grep -v "IP"|awk '{print $4}';done);do ping -t1 $j;done
- #Win =)
Advertisement
Add Comment
Please, Sign In to add comment