diff --git a/pages/common/unp.md b/pages/common/unp.md new file mode 100644 index 000000000..4b415b300 --- /dev/null +++ b/pages/common/unp.md @@ -0,0 +1,13 @@ +# unp + +> Extract any archive. +> Relevant extractors need to be installed, e.g. `unrar` for RAR. +> More information: . + +- Extract an archive: + +`unp {{path/to/archive.zip}}` + +- Extract multiple archives: + +`unp {{path/to/archive1.tar.gz}} {{path/to/archive2.rar}}`