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

12 lines
298 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.

# zcat
> 从 `gzip` 压缩文件中打印数据。
> 更多信息:<https://www.gnu.org/software/gzip/manual/gzip.html>。
-`gzip` 存档的未压缩内容打印到 `stdout`
`zcat {{file.txt.gz}}`
-`gzip` 存档的压缩详细信息打印到 `stdout`
`zcat -l {{file.txt.gz}}`