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:
|
- 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`):
|
- Decomprimer een bestand en schrijf het naar `stdout` (impliceert `--keep`):
|
||||||
|
|
||||||
|
@@ -13,11 +13,11 @@
|
|||||||
|
|
||||||
- Compress a file using lzma:
|
- Compress a file using lzma:
|
||||||
|
|
||||||
`xz --format={{lzma}} {{path/to/file}}`
|
`xz --format=lzma {{path/to/file}}`
|
||||||
|
|
||||||
- Decompress an lzma file:
|
- Decompress an lzma file:
|
||||||
|
|
||||||
`xz --decompress --format={{lzma}} {{path/to/file.lzma}}`
|
`xz --decompress --format=lzma {{path/to/file.lzma}}`
|
||||||
|
|
||||||
- Decompress a file and write to `stdout` (implies `--keep`):
|
- Decompress a file and write to `stdout` (implies `--keep`):
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user