Zip

From Linuxintro
Revision as of 18:41, 24 April 2009 by 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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 folder source into it.