zstd

使用 Zstandard 压缩来压缩 / 解压文件。 更多信息:https://github.com/facebook/zstd.

zstd {{file}}

zstd --decompress {{file.zst}}

zstd --decompress --stdout {{file.zst}}

zstd -{{level}} {{file}}

zstd --ultra -{{level}} {{file}}