1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 09:02:08 +02:00

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>
This commit is contained in:
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

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}}`