Files
tldr/pages/common/xzless.md
Lena 48047a58c9 xz*: update pages (#10192)
* xz*: update pages

* xz: make placeholders consistent
2023-07-16 14:00:03 +08:00

18 lines
421 B
Markdown

# xzless
> Display text from `xz` and `lzma` compressed files.
> See also: `less`.
> More information: <https://manned.org/xzless>.
- View a compressed file:
`xzless {{path/to/file}}`
- View a compressed file and display line numbers:
`xzless --LINE-NUMBERS {{path/to/file}}`
- View a compressed file and quit if the entire file can be displayed on the first screen:
`xzless --quit-if-one-screen {{path/to/file}}`