mirror of https://github.com/CrimsonTome/tldr.git
25 lines
360 B
Markdown
25 lines
360 B
Markdown
# zmore
|
|
|
|
> View gzip compressed files with `more`.
|
|
> More information: <https://manned.org/zmore>.
|
|
|
|
- Open a compressed file:
|
|
|
|
`zmore {{path/to/file.txt.gz}}`
|
|
|
|
- Display the next page of the file:
|
|
|
|
`<Space>`
|
|
|
|
- Search for a pattern in the file (press `n` to go to next match):
|
|
|
|
`/{{regular_expression}}`
|
|
|
|
- Exit:
|
|
|
|
`q`
|
|
|
|
- Display interactive command help:
|
|
|
|
`h`
|