--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # zmore > View `gzip` compressed files with `more`. > More information: . - Open a compressed file: `zmore {{path/to/file.txt.gz}}` - Display the next page of the file: `` - Search for a pattern in the file (press `` to go to next match): `{{regular_expression}}` - Exit: `` - Display interactive command help: ``