table of contents
ZIPCMP(1) | General Commands Manual | ZIPCMP(1) |
NAME¶
zipcmp - compare contents of zip archives
SYNOPSIS¶
zipcmp [-hiqVv] zip1 zip2
DESCRIPTION¶
zipcmp compares the zip archives zip1 and zip2 and checks if they contain the same files, comparing their names, uncompressed sizes, and CRCs. File order and compressed size differences are ignored.
Supported options:
EXIT STATUS¶
zipcmp exits 0 if the two zip archives contain the same files, 1 if they differ, and >1 if an error occurred.
SEE ALSO¶
AUTHORS¶
Dieter Baron <dillo@giga.or.at> and Thomas Klausner <tk@giga.or.at>
June 4, 2008 | NiH |