mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 14:26:00 +02:00
7z: new example: extract archive to stdout (#3208)
This commit is contained in:
parent
dfcb3a0a2f
commit
5457a69c9d
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@
|
||||||
|
|
||||||
`7z x {{archived.7z}} -o{{path/to/output}}`
|
`7z x {{archived.7z}} -o{{path/to/output}}`
|
||||||
|
|
||||||
|
- Extract an archive to stdout:
|
||||||
|
|
||||||
|
`7z x {{archived.7z}} -so`
|
||||||
|
|
||||||
- Archive using a specific archive type:
|
- Archive using a specific archive type:
|
||||||
|
|
||||||
`7z a -t{{zip|gzip|bzip2|tar}} {{archived.7z}} {{path/to/file_or_directory}}`
|
`7z a -t{{zip|gzip|bzip2|tar}} {{archived.7z}} {{path/to/file_or_directory}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue