add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View 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}}`