Files
tldr/pages.zh/common/zcat.md
Jin e5305a1865 common/z*: add Chinese translation (#14773)
* common/z*: add Chinese translation

* Update zoxide.md

* Update zoxide.md
2024-12-03 22:52:45 -08:00

13 lines
313 B
Markdown
Raw 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 {{文件.txt.gz}}`
-`gzip` 压缩档案的压缩详细信息打印到 `stdout`
`zcat -l {{文件.txt.gz}}`