$ for i in {1..30}; do ping -t $i -c 1 google.com; done | grep "Time to live exceeded"
This command uses ping to get the routers' IP addresses to the destination host as traceroute does. If you know what I mean..
by David Winterbottom (codeinthehole.com)
0sem comentários ainda