snippetbashTip
unp — Extract any archive. Relevant extractors need to be installed, e.g. `unrar` for RAR. More informatio
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.