← 返回命令列表

Linux command

zstdless 命令

文件

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

常用示例

View zstd compressed file

zstdless [file.zst]

说明

zstdless allows viewing of Zstandard (.zst) compressed files using the less pager. It decompresses the file on the fly and pipes the output to less, providing the full interactive navigation experience including forward and backward scrolling, searching, and line jumping. This is particularly useful for browsing compressed log files and data without needing to decompress them to disk first. It is part of the zstd suite of compression utilities.

FAQ

What is the zstdless command used for?

zstdless allows viewing of Zstandard (.zst) compressed files using the less pager. It decompresses the file on the fly and pipes the output to less, providing the full interactive navigation experience including forward and backward scrolling, searching, and line jumping. This is particularly useful for browsing compressed log files and data without needing to decompress them to disk first. It is part of the zstd suite of compression utilities.

How do I run a basic zstdless example?

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