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:
parent
4e6e59a912
commit
1bf6f4904d
1 changed files with 4 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue