LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

xzless

View xz compressed files with paging

TLDR

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

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

Copied to clipboard
Kai