xzmore

Display text from xz or lzma compressed files. Almost equivalent to xzless, except it respects the PAGER environment variable, uses more by default and you cannot pass options to the pager. More information: <https://manned.org/xzmore>.

Install

All systems
curl cmd.cat/xzmore.sh
Debian Debian
apt-get install xz-utils
Ubuntu
apt-get install xz-utils
Alpine
apk add xz
Arch Arch Linux
pacman -S xz
image/svg+xml Kali Linux
apt-get install xz-utils
CentOS
yum install xz
Fedora
dnf install xz
Windows (WSL2)
sudo apt-get update sudo apt-get install xz-utils
OS X
brew install xz
Raspbian
apt-get install xz-utils
Docker
docker run cmd.cat/xzmore xzmore powered by Commando

Display text from xz or lzma compressed files. Almost equivalent to xzless, except it respects the PAGER environment variable, uses more by default and you cannot pass options to the pager. More information: <https://manned.org/xzmore>.

  • View a compressed file:
    xzmore path/to/file

© tl;dr; authors and contributors