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/zcat.md Normal file
View File

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