1ZIPMERGE(1) General Commands Manual ZIPMERGE(1)
2
3
4
6 zipmerge - merge zip archives
7
9 zipmerge [-DhIiSsV] target-zip source-zip Op source-zip ...
10
12 zipmerge merges the source zip archives source-zip into the target zip
13 archive target-zip. By default, files in the source zip archives over‐
14 write existing files of the same name in the target zip archive.
15
16 Supported options:
17
18 -D Ignore directory components in file name comparisons.
19
20 -h Display a short help message and exit.
21
22 -I Ignore case in file name comparisons
23
24 -i Ask before overwriting files. See also -s.
25
26 -S Do not overwrite files that have the same size and CRC32 in
27 both the source and target archives.
28
29 -s When -i is given, do not before overwriting files that have
30 the same size and CRC32.
31
32 -V Display version information and exit.
33
35 zipmerge exits 0 on success and 1 if an error occurred.
36
38 zipcmp(1), ziptorrent(1), libzip(3)
39
41 Dieter Baron <dillo@giga.or.at> and Thomas Klausner <tk@giga.or.at>
42
43
44
45NiH June 4, 2008 ZIPMERGE(1)