I am trying to write a script to monitor transit time between two systems. "Traceroute" seems to be the most effective to do this. However, I need to supress the first line. My output is like this:
# traceroute -i hme0 -q4 server2.domain.com | gawk -F" " '{print $4,$5,$6,$7,$8}'
traceroute to...