7z: new example: extract archive to stdout (#3208)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
dfcb3a0a2f
commit
5457a69c9d
@@ -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}}`
|
||||
|
Reference in New Issue
Block a user