zstd Command Examples

Compress or decompress files with Zstandard compression. More information: https://github.com/facebook/zstd.

zstd {{path/to/file}}

zstd --decompress {{path/to/file.zst}}

zstd --decompress --stdout {{path/to/file.zst}}

zstd -{{level}} {{path/to/file}}

zstd --ultra -{{level}} {{path/to/file}}