gunzip: add stdin example (#9613)

This commit is contained in:
pixel
2022-12-12 22:52:18 +01:00
committed by GitHub
parent 4e6e59a912
commit 1bf6f4904d

View File

@@ -18,3 +18,7 @@
- List the contents of a compressed file:
`gunzip --list {{file.txt.gz}}`
- Decompress an archive from `stdin`:
`cat {{path/to/archive.gz}} | gunzip`