mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 21:22:09 +02:00
8 lines
177 B
Markdown
8 lines
177 B
Markdown
# 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}}`
|