HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

unp — Extract any archive. Relevant extractors need to be installed, e.g. `unrar` for RAR. More informatio

Submitted by: @import:tldr-pages··
0
Viewed 0 times
extractcommandanyrelevantcliarchiveunpextractors

Problem

How to use the unp command: Extract any archive. Relevant extractors need to be installed, e.g. unrar for RAR. More information: <https://manned.org/unp>.

Solution

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

Code Snippets

Extract an archive

unp {{path/to/archive.zip}}

Extract multiple archives

unp {{path/to/archive1.tar.gz}} {{path/to/archive2.rar}}

Context

tldr-pages: common/unp

Revisions (0)

No revisions yet.