SYNOPSIS
- zipmerge [-DhIiSsV] target-zip source-zip [source-zip ...]
DESCRIPTION
zipmergeSupported options:
- -D
- Ignore directory components in file name comparisons.
- -h
- Display a short help message and exit.
- -I
- Ignore case in file name comparisons
- -i
- Ask before overwriting files. See also -s.
- -S
- Do not overwrite files that have the same size and CRC32 in both the source and target archives.
- -s
- When -i is given, do not before overwriting files that have the same size and CRC32.
- -V
- Display version information and exit.