zipcmp (1) Linux Manual Page
zipcmp – compare contents of zip archives
Synopsis
zipcmp [-hiqVv] zip1 zip2Description
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:
- -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.
- -h
