7z: new example: extract archive to stdout (#3208)

italian
Marco D'Agostini 2019-07-28 05:05:20 -05:00 committed by Starbeamrainbowlabs
parent dfcb3a0a2f
commit 5457a69c9d
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@
`7z x {{archived.7z}} -o{{path/to/output}}`
- Extract an archive to stdout:
`7z x {{archived.7z}} -so`
- Archive using a specific archive type:
`7z a -t{{zip|gzip|bzip2|tar}} {{archived.7z}} {{path/to/file_or_directory}}`