1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-09 21:55:41 +02:00
tldr/pages/common/zmore.md
Managor ba6daef39d
*: standardize regex usage (#17328)
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
2025-07-25 08:50:06 +03:00

24 lines
357 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):
`</>{{regex}}`
- Exit:
`<q>`
- Display interactive command help:
`<h>`