[转] unp – Unpack (almost) everything with one command

厌倦了在Linux下解压各种类型压缩文件的复杂命令?有unp帮你~

 

http://www.ubuntugeek.com/unp-unpack-almost-everything-with-one-command.html

 

unp is a small perl script which makes extraction of any archive files a bit easier. It support several compressors and archiver programs, chooses the right one(s) automatically and extracts one or more files in one go.

You may also want to install some non-free packages like “unace-nonfree”, “unrar-nonfree” and “lha” to extract archives of these types.

Install unp in ubuntu

sudo apt-get install unp

Using unp

Unp Examples

unpack all archives in a directory

unp *.*

unpack, for example, all .rar archives in a directory

unp *.rar

unpack 1 archive

unp archivefile

unpack several archives at the same time

unp archivefile1 archivefile 2

Some more examples

unp *.tar.gz

unp *.tar.bz

unp *.rpm

unp *.deb

unp *.zip

unp *.rar

Known Problem

It doesn’t extract files from RAR archives with full path

unp man page

NAME

unp – a shell frontend for uncompressing/unpacking tools

SYNOPSIS

unp [-u] file [ files ... ] [ -- backend args ... ] ucat file [ files ... ]

unp is a small script with only one goal: Extract as many archives as possible, of any
kind and from any path to the current directory, preserving the subdirectory structure
where needed. Is a Do-What-I-Want utility and helps managing several extraction programs without looking for needed options for the particular tool or worrying about
the installation of the needed program.

Run unp without arguments to see the list of supported archive formats.

The special version ucat acts as wrapper for commands that can output the extracted
data to standard output, like bzip (bzcat), gzip (zcat), tar,zip and others.

USAGE

unp extract one or more files given as arguments on the command line. Additionaly, it may pass some options to the backend tools (like taroptions) when they are appended after `–´.

There is also a special option (-u) which is very usefull for extracting of Debian packages. Using -u, unp extracts the package (i.e. the ar archive) first, then extracts data.tar.gz in the current directory and then control.tar.gz in control//.

NOTES

unp will try to decompress into a FILE.unp if it get trouble with existing files. But don’t count on this feature, always look for free working space before using unp.

In contrary to gunzip which decompresses the file in the target directory of the source file,unp will use current directory for output.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值