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

@@ -1,12 +1,12 @@
# zcmp
> 比较压缩文件。
> 更多信息:<https://manned.org/zcmp>.
> 更多信息:<https://manned.org/zcmp>
- 两个通过 `gzip` 压缩的文件运行 `cmp` 命令
- 两个通过 `gzip` 压缩的文件上调用 `cmp`
`zcmp {{路径/到/文件1.gz}} {{路径/到/文件2.gz}}`
`zcmp {{path/to/file1.gz}} {{path/to/file2.gz}}`
- 将一个文件与其 gzipped 版本进行比较(假设 `.gz` 已存在):
- 将一个文件与其 gzipped 版本进行比较(假设 `.gz` 文件已存在):
`zcmp {{路径/到/文件}}`
`zcmp {{path/to/file}}`