Name
zip
Synopsis
zip [-h | -v] zip [-q | -v] [-T] [-0 | -1 | -9] [-F[F]] [-o] [-f | -u] [-g] [-bdirectory
] [-J]archive_filename
zip [-q | -v] [-T] [-0 | -1 | -9] [-r [-D]] [-m] [-tMMDDYY
] [-o] [-c] [-z] [-X] [-j] [-k] [-l[l]] [-y] [-nsuffix
[:suffix
]...] [ -f | -u] [-d] [-g] [-bdirectory
] [-A]archive_filename
{pathname
... | -@ } [{ -i | -x }pathname
...]
The files given by the pathname
arguments
are collected into a single archive file with some metadata (as with
tar
), where they are compressed using the PKZIP
algorithm. The archive file is named with a .zip
extension unless another extension is specified. If pathname is given
as -
, data to be archived and compressed is read
from standard input; if archive_filename
is -
, the ZIP archive data is written to
standard output instead of to a file. If
archive_filename
already exists, then the
specified files are added to or updated in the existing archive. When
called with no arguments, it prints a usage statement to standard
output.
Unlike the creation of ZIP archives from the Finder,
zip
doesn’t preserve resource or
attribute forks.
Options
-
-A
Adjust the file offsets stored in the ZIP archive to prepare it for use as a self-extracting executable archive.
-
-b
When updating an existing archive, specify the directory in which the new archive is temporarily stored before being copied over the old. Normally the temporary file is created in the current directory.
-
-c
Prompt for one-line comments associated with each file in the archive.
Get Mac OS X Panther in a Nutshell, 2nd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.