snippetbashTip
zstdless — Open a `zstd` compressed file for interactive reading, allowing scrolling and search. See also: `zst
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.