xzmore

Page through xz compressed files

TLDR

View xz compressed file
$ xzmore [file.xz]

SYNOPSIS

xzmore [files...]

DESCRIPTION

xzmore displays xz compressed files page by page. Uses more as pager. Simpler than xzless but with fewer navigation features. Press space for next page, q to quit.

INSTALL

sudo apt install xz-utils
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

xz(1), more(1), xzless(1)