Compress or decompress files with Zstandard compression. More information: https://github.com/facebook/zstd.
.zst suffix:zstd {{path/to/file}}
zstd --decompress {{path/to/file.zst}}
stdout:zstd --decompress --stdout {{path/to/file.zst}}
zstd -{{level}} {{path/to/file}}
zstd --ultra -{{level}} {{path/to/file}}