个人工具

UbuntuHelp:Unp

来自Ubuntu中文

Wikibot讨论 | 贡献2007年12月5日 (三) 12:32的版本

跳转至: 导航, 搜索

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.

Instalation

sudo apt-get install unp

Usage

Method 1 (unpack all archives in a direcotry):

unp *.*

Method 2 (unpack for example all .rar arhcives in a directory):

unp *.rar

Method 3 (unpack 1 archive):

unp archivefile

Method 4 (unpack several archives at the same time):

unp archivefile1 archivefile 2

Problem

IconsPage?action=AttachFile&do=get&target=IconWarning3.png It doesn't extract files from RAR archives with full path!