mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 18:42:38 +00:00
15 lines
410 B
Plaintext
15 lines
410 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|