On Friday 3 April 2009 03:33, Brandon F wrote: > When I do traceroute in bash I am always getting > 12-215-11-193.client.mchsi.com as the third or fourth site. I want to know > how to clear this from my route list. So it will bounce off of a differant > site. Thank you.
traceroute | sed '/12-215-11-193\.client\.mchsi\.com/d' (won't bounce off a different site, though :)