xzmore: add page (#10186)

* xzmore: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
pull/23/head
Lena 2023-05-31 16:42:15 +02:00 committed by GitHub
parent 7147149a76
commit a32fedde52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

9
pages/common/xzmore.md Normal file
View File

@ -0,0 +1,9 @@
# 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}}`