mirror of https://github.com/CrimsonTome/tldr.git
10 lines
317 B
Markdown
10 lines
317 B
Markdown
# xzmore
|
|
|
|
> Display text from `xz` or `lzma` compressed files.
|
|
> Almost equivalent to `xzless`, except it respects the `PAGER` environment variable, uses `more` by default and you cannot pass options to the pager.
|
|
> More information: <https://manned.org/xzmore>.
|
|
|
|
- View a compressed file:
|
|
|
|
`xzmore {{path/to/file}}`
|