gunzip: add stdin
example (#9613)
This commit is contained in:
@@ -18,3 +18,7 @@
|
|||||||
- List the contents of a compressed file:
|
- List the contents of a compressed file:
|
||||||
|
|
||||||
`gunzip --list {{file.txt.gz}}`
|
`gunzip --list {{file.txt.gz}}`
|
||||||
|
|
||||||
|
- Decompress an archive from `stdin`:
|
||||||
|
|
||||||
|
`cat {{path/to/archive.gz}} | gunzip`
|
||||||
|
Reference in New Issue
Block a user