diff --git a/pages/common/unzstd.md b/pages/common/unzstd.md new file mode 100644 index 0000000000..5770b7f64c --- /dev/null +++ b/pages/common/unzstd.md @@ -0,0 +1,16 @@ +# unzstd + +> Decompress files with Zstandard compression. +> More information: . + +- Decompress files: + +`unzstd {{path/to/file1.ztd path/to/file2.ztd ...}}` + +- Decompress a file into a specific output file: + +`unzstd {{path/to/compressed.ztd}} -o {{path/to/extracted_file}}` + +- Display information about a compressed file: + +`unzip --list {{path/to/file.zst}}`