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.

SEE ALSO

xz(1), less(1), xzmore(1)

Copied to clipboard
Kai