common/z*: add Chinese translation (#14773)
* common/z*: add Chinese translation * Update zoxide.md * Update zoxide.md
This commit is contained in:
12
pages.zh/common/zcat.md
Normal file
12
pages.zh/common/zcat.md
Normal 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}}`
|
Reference in New Issue
Block a user