HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

zless — View `gzip` and `xz` compressed files. More information: <https://manned.org/zless>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandfilesgzipandclizlesscompressedview

Problem

How to use the zless command: View gzip and xz compressed files. More information: <https://manned.org/zless>.

Solution

zless — View gzip and xz compressed files. More information: <https://manned.org/zless>.

Page through a gzip compressed file with less:
zless {{file.txt.gz}}

Code Snippets

Page through a `gzip` compressed file with `less`

zless {{file.txt.gz}}

Context

tldr-pages: common/zless

Revisions (0)

No revisions yet.