个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/Unp}}
 
{{From|https://help.ubuntu.com/community/Unp}}
 
{{Languages|UbuntuHelp:Unp}}
 
{{Languages|UbuntuHelp:Unp}}
 +
== Introduction ==
 
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]])
 
(see [[UbuntuHelp:FileCompression|FileCompression]])
第6行: 第7行:
 
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 ==
+
== Installation ==
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo apt-get install unp
 
sudo apt-get install unp
第15行: 第16行:
 
unp *.*
 
unp *.*
 
</nowiki></pre>
 
</nowiki></pre>
Method 2 (unpack for example all .rar archives in a directory):
+
Method 2 (unpack, for example, all .rar archives in a directory):
 
<pre><nowiki>
 
<pre><nowiki>
 
unp *.rar
 
unp *.rar
第28行: 第29行:
 
</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%7D%7D It doesn't extract files from RAR archives with full path!
 
----
 
----
[[category:CategoryDocumentation]] [[category:CategoryCleanup]]
+
* Categories: [[category:CategoryCleanup]] [[category:CategoryDocumentation]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2008年10月19日 (日) 17:51的版本

Introduction

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.

Installation

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

{{https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconWarning3.png%7D%7D It doesn't extract files from RAR archives with full path!


  • Categories: