xz: write format as part of command (#11936)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
@@ -13,11 +13,11 @@
|
||||
|
||||
- Comprimeer een bestand gebruik makend van lzma:
|
||||
|
||||
`xz --format={{lzma}} {{pad/naar/bestand}}`
|
||||
`xz --format=lzma {{pad/naar/bestand}}`
|
||||
|
||||
- Decomprimer een lzm bestand:
|
||||
- Decomprimer een lzma bestand:
|
||||
|
||||
`xz --decompress --format={{lzma}} {{pad/naar/bestand.lzma}}`
|
||||
`xz --decompress --format=lzma {{pad/naar/bestand.lzma}}`
|
||||
|
||||
- Decomprimer een bestand en schrijf het naar `stdout` (impliceert `--keep`):
|
||||
|
||||
|
Reference in New Issue
Block a user