commands.sh

zmore

all

View `gzip` compressed files with `more`.

More info →

Examples (5)

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>
made by @shridhargupta | data from tldr-pages