-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

zstd


> Compress or decompress files with Zstandard compression.

More information.


Compress a file into a new file with the `.zst` suffix:

zstd {file}

Decompress a file:

zstd -d {file}.zst

Decompress to stdout:

zstd -dc {file}.zst

Compress a file specifying the compression level, where 1=fastest, 19=slowest and 3=default:

zstd -{level} {file}

Unlock higher compression levels (up to 22) using more memory (both for compression and decompression):

zstd --ultra -{level} {file}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 01:45:05 2024