gunzip: add `stdin` example (#9613)

pull/1/head
pixel 2022-12-12 22:52:18 +01:00 committed by GitHub
parent 4e6e59a912
commit 1bf6f4904d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

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`