hecky

Reto Superado

Jan 12th, 2012
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.28 KB | None | 0 0
  1. #Reto http://pastebin.com/xy8YrAu5  (Hacer el Script mas pequeño)
  2. #20 caracteres menos que el de @aperezalbela
  3. #Mi solucion:
  4.  
  5. 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
  6.  
  7.  
  8. #Win =)
Advertisement
Add Comment
Please, Sign In to add comment