lzmore

displays contents of lzip-compressed files using more

TLDR

View lzip-compressed file
$ lzmore [file.lz]
View multiple files
$ lzmore [file1.lz] [file2.lz]

SYNOPSIS

lzmore [options] [file...]

DESCRIPTION

lzmore displays contents of lzip-compressed files using more. Automatically decompresses for viewing. Press space to page, q to quit. For better navigation, use lzless instead.

INSTALL

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

SEE ALSO

lzip(1), more(1), lzless(1)