个人工具

“UbuntuHelp:Unp”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/Unp}} {{Languages|UbuntuHelp:Unp}} Unp is a small perl script which makes extraction of any archive files a bit easier. It support several compres...)
 
第5行: 第5行:
 
chooses the right one(s) automatically and extracts one or more files
 
chooses the right one(s) automatically and extracts one or more files
 
in one go.
 
in one go.
 
 
== Instalation ==
 
== Instalation ==
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo apt-get install unp
 
sudo apt-get install unp
 
</nowiki></pre>
 
</nowiki></pre>
 
 
== Usage ==
 
== Usage ==
 
Method 1 (unpack all archives in a direcotry):
 
Method 1 (unpack all archives in a direcotry):
第16行: 第14行:
 
unp *.*
 
unp *.*
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Method 2 (unpack for example all .rar arhcives in a directory):
 
Method 2 (unpack for example all .rar arhcives in a directory):
 
<pre><nowiki>
 
<pre><nowiki>
 
unp *.rar
 
unp *.rar
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Method 3 (unpack 1 archive):
 
Method 3 (unpack 1 archive):
 
<pre><nowiki>
 
<pre><nowiki>
 
unp archivefile
 
unp archivefile
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Method 4 (unpack several archives at the same time):
 
Method 4 (unpack several archives at the same time):
 
<pre><nowiki>
 
<pre><nowiki>
 
unp archivefile1 archivefile 2
 
unp archivefile1 archivefile 2
 
</nowiki></pre>
 
</nowiki></pre>
 
 
== Problem ==
 
== Problem ==
 
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconWarning3.png It doesn't extract files from RAR archives with full path!
 
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconWarning3.png It doesn't extract files from RAR archives with full path!

2007年11月30日 (五) 22:00的版本

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!