Installation:
Ubuntu / Debian: $ sudo apt-get install unp
OpenSuSe user can use "1-click" installer to install Unp - here
Fedora: # yum install unp
Usage:
Method 1 (unpack all archives in a directory)
$ unp *.*Method 2 (unpack, for example, all .rar archives in a directory):
$ unp *.rarMethod 3 (unpack 1 archive):
$unp archivefileMethod 4 (unpack several archives at the same time):
$unp archivefile1 archivefile 2More examples
unp *.tar.gz, unp *.tar.bz, unp *.rpm, unp *.deb, unp *.zip, unp *.rarCheck out the manual pages for unp for more details:
$man unp ( for more help)
3 comments:
Great tip! Do you know if 'Unp' is available for Fedora?
yes:
yum install unp
I use dtrx by Brett Smith. "In addition to providing one command to handle many different archive types, dtrx also aids the user by extracting contents consistently. By default, everything will be written to a dedicated directory that´s named after the archive. dtrx will also change the permissions to ensure that the owner can read and write all those files." (quoted from manpage)
Post a Comment