gzip: add --keep example (#6193)
This commit is contained in:
@@ -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}}`
|
||||
|
Reference in New Issue
Block a user