LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

xzmore

Page through xz compressed files

TLDR

View xz compressed file
$ xzmore [file.xz]
copy

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
copy
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

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

Copied to clipboard
Kai