zstd压缩工具
https://github.com/facebook/zstd
压缩文件: zstd xxx.file
压缩文件夹: tar -cvf xxx.tar xxx/; zstd xxx.tar;
解压: zstd -d xxx.zst
https://github.com/facebook/zstd
压缩文件: zstd xxx.file
压缩文件夹: tar -cvf xxx.tar xxx/; zstd xxx.tar;
解压: zstd -d xxx.zst