1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-13 02:55:24 +02:00
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

12 lines
313 B
Markdown

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