2022-10-25 11:30:43 +01:00
|
|
|
# xzless
|
|
|
|
|
2023-07-16 07:00:03 +01:00
|
|
|
> Display text from `xz` and `lzma` compressed files.
|
2022-10-25 11:30:43 +01:00
|
|
|
> See also: `less`.
|
|
|
|
> More information: <https://manned.org/xzless>.
|
|
|
|
|
2023-05-13 22:39:53 +01:00
|
|
|
- View a compressed file:
|
2022-10-25 11:30:43 +01:00
|
|
|
|
2023-07-16 07:00:03 +01:00
|
|
|
`xzless {{path/to/file}}`
|
2023-05-13 22:39:53 +01:00
|
|
|
|
|
|
|
- View a compressed file and display line numbers:
|
|
|
|
|
2023-07-16 07:00:03 +01:00
|
|
|
`xzless --LINE-NUMBERS {{path/to/file}}`
|
2023-05-13 22:39:53 +01:00
|
|
|
|
|
|
|
- View a compressed file and quit if the entire file can be displayed on the first screen:
|
|
|
|
|
2023-07-16 07:00:03 +01:00
|
|
|
`xzless --quit-if-one-screen {{path/to/file}}`
|