mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 09:35:25 +02:00
zmore: add page (#6922)
This commit is contained in:
parent
5cf2031520
commit
e01f0ccd4a
1 changed files with 24 additions and 0 deletions
24
pages/common/zmore.md
Normal file
24
pages/common/zmore.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue