mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
644 B
644 B
sc_tracediff
Display traceroute paths where the path has changed. More information: https://www.caida.org/catalog/software/scamper/.
- Show the difference between traceroutes in two
.wartsfiles:
sc_tracediff {{path/to/file1.warts}} {{path/to/file2.warts}}
- Show the difference between the traceroutes in two
.wartsfiles, including those that have not changed:
sc_tracediff -a {{path/to/file1.warts}} {{path/to/file2.warts}}
- Show the difference between the traceroutes in two
.wartsfiles and try to show DNS names and not IP addresses if possible:
sc_tracediff -n {{path/to/file1.warts}} {{path/to/file2.warts}}