1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/xzmore.md
Lena a32fedde52
xzmore: add page (#10186)
* xzmore: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-05-31 20:12:15 +05:30

9 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}}`