Go to main content

man pages section 1: User Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

zipmerge (1)

Name

zipmerge - merge zip archives

Synopsis

zipmerge [-DhIiSsV] target-zip source-zip [source-zip ...]

Description

ZIPMERGE(1)               BSD General Commands Manual              ZIPMERGE(1)

NAME
     zipmerge -- merge zip archives

SYNOPSIS
     zipmerge [-DhIiSsV] target-zip source-zip [source-zip ...]

DESCRIPTION
     zipmerge merges the source zip archives source-zip into the target zip
     archive target-zip.  By default, files in the source zip archives over-
     write existing files of the same name in the target zip archive.

     Supported options:

     -D   Ignore directory components in file name comparisons.  This option
          is slow for archives with many files.

     -h   Display a short help message and exit.

     -I   Ignore case in file name comparisons This option is slow for ar-
          chives with many files.

     -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.

EXIT STATUS
     zipmerge exits 0 on success and >1 if an error occurred.


ATTRIBUTES
     See attributes(7) for descriptions of the following attributes:

     +---------------+------------------+
     |ATTRIBUTE TYPE | ATTRIBUTE VALUE  |
     +---------------+------------------+
     |Availability   | compress/libzip  |
     +---------------+------------------+
     |Stability      | Volatile         |
     +---------------+------------------+

SEE ALSO
     zipcmp(1), ziptool(1), libzip(3)

HISTORY
     zipmerge was added in libzip 0.6.

AUTHORS
     Dieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>



NOTES
     Source code for open source software components in Oracle Solaris can be
     found at https://www.oracle.com/downloads/opensource/solaris-source-code-
     downloads.html.

     This software was built from source available at https://github.com/ora-
     cle/solaris-userland.  The original community source was downloaded from
     https://libzip.org/download/libzip-1.7.3.tar.gz.

     Further information about this software can be found on the open source
     community website at https://libzip.org/.

BSD                            December 18, 2017                           BSD