Hi all,
I have a perl script that searches through files in a directory, and creates an array based on that information.
After the array is created, I sort the data based on one of the variables:
@av_sorted=sort { $av_data{$a} <=> $av_data{$b} } %av_data;
Then I put all of the data into a...
Is there a traceroute like command that allows you to see the return path a packet takes to get from a remote site back to your location? I know this capability is outlined in the original traceroute RFC, but I don't know that it is actually implemented.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.