Files
oam/knowledge base/zstd.md
2022-04-17 23:38:21 +02:00

13 lines
220 B
Markdown

# ZSTD
The `zstd`, `zstdmt`, `unzstd`, `zstdcat` utilities compress or decompress `.zst` files.
## TL;DR
```sh
zstd -15 -r --compress --rsyncable "folder" -o "folder.zst"
zstd --test
zstd --list
zstd --decompress
```