特殊:Badtitle/NS100:Unp:修订间差异

来自Ubuntu中文
跳到导航跳到搜索
Wikibot留言 | 贡献
无编辑摘要
Wikibot留言 | 贡献
无编辑摘要
第2行: 第2行:
{{Languages|UbuntuHelp:Unp}}
{{Languages|UbuntuHelp:Unp}}
Unp is a small perl script which makes extraction of any archive files
Unp is a small perl script which makes extraction of any archive files
(see [[UbuntuHelp:FileCompression|FileCompression]])
a bit easier. It support several compressors and archiver programs,
a bit easier. It support several compressors and archiver programs,
chooses the right one(s) automatically and extracts one or more files
chooses the right one(s) automatically and extracts one or more files
第10行: 第11行:
</nowiki></pre>
</nowiki></pre>
== Usage ==
== Usage ==
Method 1 (unpack all archives in a direcotry):
Method 1 (unpack all archives in a directory):
<pre><nowiki>
<pre><nowiki>
unp *.*
unp *.*
</nowiki></pre>
</nowiki></pre>
Method 2 (unpack for example all .rar arhcives in a directory):
Method 2 (unpack for example all .rar archives in a directory):
<pre><nowiki>
<pre><nowiki>
unp *.rar
unp *.rar

2008年4月23日 (三) 12:01的版本

{{#ifexist: :Unp/zh | | {{#ifexist: Unp/zh | | {{#ifeq: {{#titleparts:Unp|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:Unp|1|-1|}} | zh | | }}

Unp is a small perl script which makes extraction of any archive files (see FileCompression) 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 directory):

unp *.*

Method 2 (unpack for example all .rar archives 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!