zipcmp(1) - Linux man page
Name
zipcmp - compare contents of zip archivesSynopsis
zipcmp [-hiqVv] zip1 zip2Description
Supported options:
- -h
- Display a short help message and exit.
- -i
- Compare names ignoring case distinctions.
- -q
- Quiet mode. Compare -v.
- -v
- Verbose mode. Print details about differences to stdout. (This is the default.)
- -V
- Display version information and exit.
Exit Status
zipcmp exits 0 if the two zip archives contain the same files, 1 if they differ, and Gt]1 if an error occurred.See Also
zipmerge(1), ziptorrent(1), libzip(3)Authors
Dieter Baron <dillo@giga.or.at> and Thomas Klausner <tk@giga.or.at>