mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-24 00:51:54 +00:00
Update cheatsheets
This commit is contained in:
29
zmore
Normal file
29
zmore
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user