Gip
Gip
Gip
SYNOPSIS
zip [-aABcdDeEfFghjklLmoqrRSTuvVwXyz!@$] [--longoption ...] [-b path] [-
n suffixes] [-t date] [-tt date] [zipfile [file ...]] [-xi
list]
Note: Command line processing in zip has been changed to support long
options and handle all options and arguments more consistently.
Some old command lines that depend on command line inconsistencies may no
longer work.
DESCRIPTION
zip is a compression and file packaging utility for Unix, VMS, MSDOS, OS/2,
Windows 9x/NT/XP, Minix, Atari, Macintosh, Amiga, and Acorn
RISC OS. It is analogous to a combination of the Unix commands tar(1) and
compress(1) and is compatible with PKZIP (Phil Katzs ZIP
for MSDOS systems).
See the EXAMPLES section at the bottom of this page for examples of some
typical uses of zip.
Large Archives and Zip64. zip automatically uses the Zip64 extensions when
files larger than 4 GB are added to an archive, an archive
containing Zip64 entries is updated (if the resulting archive still needs
Zip64), the size of the archive will exceed 4 GB, or when the
number of entries in the archive will exceed about 64K. Zip64 is also
used for archives streamed from standard input as the size of
such archives are not known in advance, but the option -fz- can be used to
force zip to create PKZIP 2 compatible archives (as long as
Zip64 extensions are not needed). You must use a PKZIP 4.5 compatible
unzip, such as unzip 6.0 or later, to extract files using the
Zip64 extensions.