zipmerge(1) - Linux man page

Name

zipmerge - merge zip archives

Synopsis

zipmerge [-DhIiSsV] target-zip source-zip Op source-zip ...

Description

zipmerge merges the source zip archives source-zip into the target zip archive target-zip. By default, files in the source zip archives overwrite existing files of the same name in the target zip archive.

Supported options:

-D
Ignore directory components in file name comparisons.
-h
Display a short help message and exit.
-I
Ignore case in file name comparisons
-i
Ask before overwriting files. See also -s.
-S
Do not overwrite files that have the same size and CRC32 in both the source and target archives.
-s
When -i is given, do not before overwriting files that have the same size and CRC32.
-V
Display version information and exit.

Exit Status

zipmerge exits 0 on success and Gt]1 if an error occurred.

See Also

zipcmp(1), ziptorrent(1), libzip(3)

Authors

Dieter Baron <dillo@giga.or.at> and Thomas Klausner <tk@giga.or.at>