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

24
pages.zh/common/zmore.md Normal file
View File

@@ -0,0 +1,24 @@
# zmore
> 使用 `more` 查看 `gzip` 压缩文件。
> 更多信息:<https://manned.org/zmore>.
- 打开一个压缩文件:
`zmore {{路径/到/文件.txt.gz}}`
- 显示文件的下一页:
`<Space>`
- 在文件中搜索一个模式(按 `n` 跳转到下一个匹配项):
`/{{正则表达式}}`
- 退出:
`q`
- 显示交互式命令帮助:
`h`