mirror of https://github.com/CrimsonTome/tldr.git
421 B
421 B
xzless
Display text from
xz
andlzma
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}}