unp: add page (#11434)

* 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>
pull/23/head
Siriusmart 2023-11-09 22:01:19 +00:00 committed by GitHub
parent b3b1765fc3
commit 9262ff6c9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

13
pages/common/unp.md Normal file
View File

@ -0,0 +1,13 @@
# 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}}`