gzip: correct example description.
This commit is contained in:

committed by
Marco Bonelli

parent
529961fc47
commit
15cf138e47
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
`gzip -c {{file.ext}} > {{compressed_file.ext.gz}}`
|
`gzip -c {{file.ext}} > {{compressed_file.ext.gz}}`
|
||||||
|
|
||||||
- Uncompress a gzipped file specifying the output filename:
|
- Decompress a gzipped file specifying the output filename:
|
||||||
|
|
||||||
`gzip -c -d {{file.ext}}.gz > {{uncompressed_file.ext}}`
|
`gzip -c -d {{file.ext}}.gz > {{uncompressed_file.ext}}`
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user