xzless

View xz compressed files with paging

TLDR

View xz compressed file
$ xzless [file.xz]
View multiple files
$ xzless [file1.xz] [file2.xz]

SYNOPSIS

xzless [options] [files...]

DESCRIPTION

xzless views xz compressed files with paging. Decompresses and pipes to less. Supports all less navigation commands. Use for browsing large compressed log files.

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), less(1), xzmore(1)