Files
tldr/pages.zh/common/zcmp.md

12 lines
301 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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