1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-08 11:54:02 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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`