HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

zstdless — Open a `zstd` compressed file for interactive reading, allowing scrolling and search. See also: `zst

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandzstdlesszstdclifileopenforcompressed

Problem

How to use the zstdless command: Open a zstd compressed file for interactive reading, allowing scrolling and search. See also: zstd, less. More information: <https://manned.org/zstdless>.

Solution

zstdless — Open a zstd compressed file for interactive reading, allowing scrolling and search. See also: zstd, less. More information: <https://manned.org/zstdless>.

Open a zstd compressed file:
zstdless {{path/to/file.zst}}

Code Snippets

Open a `zstd` compressed file

zstdless {{path/to/file.zst}}

Context

tldr-pages: common/zstdless

Revisions (0)

No revisions yet.