mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 17:42:31 +00:00
19 lines
379 B
Plaintext
19 lines
379 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|