mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
Added zstd notes to the knowledge base
This commit is contained in:
12
knowledge base/zstd.md
Normal file
12
knowledge base/zstd.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user