zstd, unzstd: update page; zstd{cat,mt}: add alias page (#10683)

This commit is contained in:
Lena
2023-09-07 07:06:05 +02:00
committed by GitHub
parent 8593ef9c64
commit 28d7f4332e
4 changed files with 19 additions and 14 deletions

View File

@@ -9,11 +9,11 @@
- Decompress a file:
`zstd -d {{path/to/file}}.zst`
`zstd --decompress {{path/to/file.zst}}`
- Decompress to `stdout`:
`zstd -dc {{path/to/file}}.zst`
`zstd --decompress --stdout {{path/to/file.zst}}`
- Compress a file specifying the compression level, where 1=fastest, 19=slowest and 3=default: