1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 09:15:24 +02:00

xz: write format as part of command (#11936)

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Sebastiaan Speck 2023-12-30 18:34:23 +01:00 committed by GitHub
parent fdf6549c43
commit 1b5bdce9a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -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`):

View file

@ -13,11 +13,11 @@
- Compress a file using lzma:
`xz --format={{lzma}} {{path/to/file}}`
`xz --format=lzma {{path/to/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`):