mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:22:07 +02:00
zless: mention supported compression types (#8419)
This commit is contained in:
parent
9d82ca5bb3
commit
b84ab620bf
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
# zless
|
||||
|
||||
> View compressed files.
|
||||
> View `gzip` and `xz` compressed files.
|
||||
> More information: <https://manned.org/zless>.
|
||||
|
||||
- Page through a compressed archive with `less`:
|
||||
- Page through a `gzip` compressed file with `less`:
|
||||
|
||||
`zless {{file.txt.gz}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue