Skip to content

kshelton/zipmerge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%