1ZIPCMP(1) General Commands Manual ZIPCMP(1)
2
3
4
6 zipcmp - compare contents of zip archives
7
9 zipcmp [-hiqVv] zip1 zip2
10
12 zipcmp compares the zip archives zip1 and zip2 and checks if they con‐
13 tain the same files, comparing their names, uncompressed sizes, and
14 CRCs. File order and compressed size differences are ignored.
15
16 Supported options:
17
18 -h Display a short help message and exit.
19
20 -i Compare names ignoring case distinctions.
21
22 -q Quiet mode. Compare -v.
23
24 -v Verbose mode. Print details about differences to stdout.
25 (This is the default.)
26
27 -V Display version information and exit.
28
30 zipcmp exits 0 if the two zip archives contain the same files, 1 if
31 they differ, and 1 if an error occurred.
32
34 zipmerge(1), ziptorrent(1), libzip(3)
35
37 Dieter Baron <dillo@giga.or.at> and Thomas Klausner <tk@giga.or.at>
38
39
40
41NiH June 4, 2008 ZIPCMP(1)