minor tweaks to gunzip.md, for improved clarity (#919)
This commit is contained in:
@@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
> Extract file(s) from a gzip (.gz) archive.
|
> Extract file(s) from a gzip (.gz) archive.
|
||||||
|
|
||||||
- Extract a file from the archive replacing the original file:
|
- Extract a file from an archive, replacing the original file if it exists:
|
||||||
|
|
||||||
`gunzip {{archive.tar.gz}}`
|
`gunzip {{archive.tar.gz}}`
|
||||||
|
|
||||||
- Extract file to a target destination:
|
- Extract a file to a target destination:
|
||||||
|
|
||||||
`gunzip -c {{archive.tar.gz}} > {{archive.tar}}`
|
`gunzip -c {{archive.tar.gz}} > {{archive.tar}}`
|
||||||
|
|
||||||
- List of contents of the compressed file:
|
- List the contents of a compressed file:
|
||||||
|
|
||||||
`gunzip -l {{file.txt.gz}}`
|
`gunzip -l {{file.txt.gz}}`
|
||||||
|
Reference in New Issue
Block a user