mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
unzstd: add page (#8385)
This commit is contained in:
parent
f3c12cc75b
commit
25a2a44a01
1 changed files with 16 additions and 0 deletions
16
pages/common/unzstd.md
Normal file
16
pages/common/unzstd.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue