[Ilugc] One Day One Command (UNZIP)

  • From: sbharathi@xxxxxxxxxxxxx (Bharathi Subramanian)
  • Date: Fri Jun 10 14:07:18 2005

Zha Kanini is an effort to provide a Tamil Desktop consisting of FOSS
Applications. The objective is to enable any Tamil user to use a
computer even without English proficiency/knowledge. 
URL: http://www.zhakanini.org/

One Day One Command
===================

unzip -- List, Test & Extract compressed files in a ZIP format.

Summary:

unzip will list, test, or extract files from a ZIP archive. The
default behavior (with no options) is to extract into the current
directory (and subdirectories below it)  all files from the specified
ZIP archive. Read man zip.

Example:

$ unzip myfile.zip -- Unzip the myfile.zip

$ unzip -t myfile.zip -- Test correctness of the file.

$ unzip myfile \*.txt -- Unzip only *.txt files

$ unzip myfile \*.txt \*.sxi \*.tex -- Unzip only *.txt, *.sxi and 
                                       *.tex files

$ unzip myfile -d /tmp -- Unzip the files in /tmp Dir. 

$ unzip -f myfile -- Unzip files which are newer then current Dir  
                     files.

$ unzip -o myfile -- Unzip and overwrite existing files without 
                     prompting.

Read: man unzip  (Lot of examples are available)

Bye :)
--
Bharathi S
ODOC LJ -- http://www.livejournal.com/community/ilugc/

Other related posts:

  • » [Ilugc] One Day One Command (UNZIP) - Bharathi Subramanian