mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 10:15:24 +02:00
7z: Added output path example. (#1900)
This commit is contained in:
parent
ec85c43723
commit
70673ad485
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@
|
|||
|
||||
`7z x {{archived}}`
|
||||
|
||||
- Extract an archive with user-defined output path:
|
||||
|
||||
`7z x {{archived}} -o{{path/to/output}}`
|
||||
|
||||
- Archive using a specific archive type:
|
||||
|
||||
`7z a -t {{zip|gzip|bzip2|tar|...}} {{archived}} {{path/to/file}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue