third_party/libzip/src/man/zipmerge.html
| ZIPMERGE(1) | General Commands Manual | ZIPMERGE(1) |
zipmerge —
merge zip archives
| zipmerge | [-DhIiSsV] target-zipsource-zip [source-zip ...] |
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:
-DIgnore directory components in file name comparisons. This option is slow for archives with many files.-hDisplay a short help message and exit.-IIgnore case in file name comparisons This option is slow for archives with many files.-iAsk before overwriting files. See also -s.-SDo not overwrite files that have the same size and CRC32 in both the source and target archives.-sWhen -i is given, do not before overwriting files that have the same size and CRC32.-VDisplay version information and exit.
zipmerge exits 0 on success and >1 if an error occurred.
zipcmp(1), ziptool(1), libzip(3)
zipmerge was added in libzip 0.6.
Dieter Baron <[email protected]> and Thomas Klausner <[email protected]>
| December 18, 2017 | NiH |