snippetbashTip
zless — View `gzip` and `xz` compressed files. More information: <https://manned.org/zless>.
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.