Compress
Standard command
zstd <file>
Compress with a higher level of compression
zstd -<level between 1 and 19> <file>
Decompress
Standard command
zstd -d <file.zst>
zstd <file>
zstd -<level between 1 and 19> <file>
zstd -d <file.zst>