LinuxCommandLibrary

zstdless

Open a `zstd` compressed file for interactive reading, allowing scrolling and search.

TLDR

Open a zstd compressed file

$ zstdless [path/to/file.zst]
copy

SYNOPSIS

zstdless [flags] [file  . . .]

DESCRIPTION

zstdless runs less(1) on files or stdin, if no file argument is given, after decompressing them with zstdcat(1).

SEE ALSO

zstd(1)

Copied to clipboard