Difference between revisions of "Zip"

From Linuxintro
imported>ThorstenStaerk
(New page: zip is a command to pack files in the zip format that can be extracted e.g. by WinZip and unzip. ;Usage: zip -r target source/ Creates the file target.zip and packs the folde...)
 
imported>ThorstenStaerk
 
Line 1: Line 1:
[[zip]] is a [[command]] to pack files in the zip format that can be extracted e.g. by WinZip and [[unzip]].
+
[[zip]] is a [[command]] to pack files in the zip format that can be [[unpack]]ed e.g. by WinZip and [[unzip]].
  
 
;Usage:
 
;Usage:
 
  zip -r target source/
 
  zip -r target source/
 
Creates the file target.zip and packs the folder source into it.
 
Creates the file target.zip and packs the folder source into it.

Latest revision as of 08:32, 9 September 2010

zip is a command to pack files in the zip format that can be unpacked e.g. by WinZip and unzip.

Usage
zip -r target source/

Creates the file target.zip and packs the folder source into it.