Unp


Tag/tag.png

Style Cleanup Required
This article does not follow the style standards in the Wiki Guide. More info...

Tag/tag.png

Needs Expansion
This article is incomplete, and needs to be expanded. More info...

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

IconsPage/warning.png It doesn't extract files from RAR archives with full path!


  • Categories:

Unp (last edited 2013-12-13 23:24:03 by knome)