1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/unzstd.md

17 lines
390 B
Markdown
Raw Normal View History

2022-08-20 15:33:05 -07:00
# unzstd
> Decompress files with Zstandard compression.
> More information: <https://github.com/facebook/zstd>.
- 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}}`