1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:02:09 +02:00
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

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