common/z*: add Chinese translation (#14773)
* common/z*: add Chinese translation * Update zoxide.md * Update zoxide.md
This commit is contained in:
24
pages.zh/common/zmore.md
Normal file
24
pages.zh/common/zmore.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# zmore
|
||||
|
||||
> 使用 `more` 查看 `gzip` 压缩文件。
|
||||
> 更多信息:<https://manned.org/zmore>.
|
||||
|
||||
- 打开一个压缩文件:
|
||||
|
||||
`zmore {{路径/到/文件.txt.gz}}`
|
||||
|
||||
- 显示文件的下一页:
|
||||
|
||||
`<Space>`
|
||||
|
||||
- 在文件中搜索一个模式(按 `n` 跳转到下一个匹配项):
|
||||
|
||||
`/{{正则表达式}}`
|
||||
|
||||
- 退出:
|
||||
|
||||
`q`
|
||||
|
||||
- 显示交互式命令帮助:
|
||||
|
||||
`h`
|
Reference in New Issue
Block a user