common/z*: add Chinese translation (#14773)

* common/z*: add Chinese translation

* Update zoxide.md

* Update zoxide.md
This commit is contained in:
Jin
2024-12-04 01:52:45 -05:00
committed by GitHub
parent bfb80d23f3
commit e5305a1865
44 changed files with 830 additions and 0 deletions

12
pages.zh/common/zcmp.md Normal file
View File

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