add new chinese translations
This commit is contained in:
16
pages.zh/common/sc_tracediff.md
Normal file
16
pages.zh/common/sc_tracediff.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# sc_tracediff
|
||||
|
||||
> 显示路径发生变化的 traceroute 路径。
|
||||
> 更多信息:<https://www.caida.org/catalog/software/scamper/>.
|
||||
|
||||
- 显示两个 `warts` 文件中 traceroutes 的差异:
|
||||
|
||||
`sc_tracediff {{path/to/file1.warts}} {{path/to/file2.warts}}`
|
||||
|
||||
- 显示两个 `warts` 文件中 traceroutes 的差异,包括那些没有变化的:
|
||||
|
||||
`sc_tracediff -a {{path/to/file1.warts}} {{path/to/file2.warts}}`
|
||||
|
||||
- 显示两个 `warts` 文件中 traceroutes 的差异,并尽可能显示 DNS 名称而不是 IP 地址:
|
||||
|
||||
`sc_tracediff -n {{path/to/file1.warts}} {{path/to/file2.warts}}`
|
Reference in New Issue
Block a user