mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 15:05:59 +02:00
gzip: add --keep example (#6193)
This commit is contained in:
parent
9ca79aa36b
commit
00e4396521
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@
|
|||
|
||||
`gzip -d {{file.ext}}.gz`
|
||||
|
||||
- Compress a file, keeping the original file:
|
||||
|
||||
`gzip --keep {{file.ext}}`
|
||||
|
||||
- Compress a file specifying the output filename:
|
||||
|
||||
`gzip -c {{file.ext}} > {{compressed_file.ext.gz}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue