zipmerge

command module
v0.0.0-...-b75b2af Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 17, 2022 License: BSD-3-Clause Imports: 5 Imported by: 0

README

Zipmerge merges the content of many zip files, without decompressing and
recompressing the data.

Usage:

    zipmerge [-o out.zip] a.zip b.zip ...

By default, zipmerge appends the content of the second and subsequent zip
files to the first, rewriting the first in place. If the -o option is given,
zipmerge creates a new output file containing the content of all the zip
files, without modifying any of the source zip files.

Documentation

Overview

Zipmerge merges the content of many zip files, without decompressing and recompressing the data.

Usage:

zipmerge [-o out.zip] a.zip b.zip ...

By default, zipmerge appends the content of the second and subsequent zip files to the first, rewriting the first in place. If the -o option is given, zipmerge creates a new output file containing the content of all the zip files, without modifying any of the source zip files.

Directories

Path Synopsis
Package zip provides support for reading and writing ZIP archives.
Package zip provides support for reading and writing ZIP archives.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL