← 返回命令列表

Linux command

xzless 命令

文件

复制后可按需替换文件名、目录或参数。

常用示例

View xz compressed file

xzless [file.xz]

View multiple files

xzless [file1.xz] [file2.xz]

说明

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

FAQ

What is the xzless command used for?

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

How do I run a basic xzless example?

Run `xzless [file.xz]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

Where can I find more xzless examples?

This page includes 2 examples for xzless, plus related commands for nearby Linux tasks.