mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 21:42:08 +02:00

* unp * Update pages/common/unp.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * Update pages/common/unp.md Co-authored-by: Juri Dispan <juri.dispan@posteo.net> --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
13 lines
286 B
Markdown
13 lines
286 B
Markdown
# unp
|
|
|
|
> Extract any archive.
|
|
> Relevant extractors need to be installed, e.g. `unrar` for RAR.
|
|
> More information: <https://manned.org/unp>.
|
|
|
|
- Extract an archive:
|
|
|
|
`unp {{path/to/archive.zip}}`
|
|
|
|
- Extract multiple archives:
|
|
|
|
`unp {{path/to/archive1.tar.gz}} {{path/to/archive2.rar}}`
|