LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

lzless

displays contents of lzip-compressed files using less

TLDR

View lzip-compressed file
$ lzless [file.lz]
copy

SYNOPSIS

lzless [options] [file...]

DESCRIPTION

lzless displays contents of lzip-compressed files using less. Automatically decompresses for viewing. All less navigation commands work. Press q to quit.

INSTALL

sudo dnf install xz
copy
sudo pacman -S xz
copy
sudo apk add xz
copy
sudo zypper install xz
copy
brew install xz
copy
nix profile install nixpkgs#xz
copy

SEE ALSO

lzip(1), less(1), lzmore(1)

Copied to clipboard
Kai