LinuxCommandLibrary

unp

Extract any archive.

TLDR

Extract an archive

$ unp [path/to/archive.zip]
copy


Extract multiple archives
$ unp [path/to/archive1.tar.gz] [path/to/archive2.rar]
copy

Copied to clipboard