1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.zh/common/zmore.md

25 lines
370 B
Markdown
Raw Normal View History

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