Zmore - View Compressed Files with More | Online Free DevTools by Hexmos

View compressed files efficiently with Zmore, a tool for `gzip` files using `more` functionality. Inspect archived data quickly. Free online tool, no registration required.

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>