
I had a case where I had to merge multiple zip files into one, but as the size of the data was too huge (90% compressed text files) extracting and zipping them would have required 500 GB of space. So I looked for a tool that could help and I found zipmerge.
zipmerge can merge zip archives into a target zip archive. By default, files in the source zip archives overwrite existing files of the same name in the target zip archive.
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.
Syntax: zipmerge [-DhIiSsV] target-zip source-zip Op source-zip ...
Source: https://linux.die.net/man/1/zipmerge
More Posts related to HowTos,
- Background task activation is spurious error - Windows 10, Office 2016, Office 365
- How to Generate Self-Signed OpenSSL certificate in three easy steps
- How to Kill service running on port using terminal command
- How to press shortcut CTRL + ALT + DEL on Windows Remote Desktop
- Top 10 emerging breakthrough trending technologies
- Free Unlimited Calls from MTNL & BSNL Landlines from 1st May 2015
- Setting up RSS feeds notifications within Outlook
- Static IP MTNL available at Rs. 200 per month
- CentOS Cannot find a valid baseurl for repo base7x86_64 yum
- How to write hello world different languages syntax
- BSNL Broadband upgrades speed to minimum 2MBps for all users 512Kbps 1Mbps
- [IRCTC] Indian railways official eRail API 1.1 for developers to get train info
- How to submit website to dmoz directory
- Gmail Unable to upload because it is a folder or a package (like an application bundle or RTFD document)
- How to use HashTags # correctly on Social Media Facebook Twitter
- Copy all .vcf Mobile Contacts files into one .vcf
- How to Change or Set a new Password for your Wi-Fi Router
More Posts:
- Disable Fading Edges Scroll Effect Android Views - Android
- Android : Class file collision: A resource exists with a different case - Android
- Error: Can not find the tag library descriptor for "struts-tags" - Java
- [Java Threads] Should we extend Thread Class or implement Runnable interface - Java
- Android : Unable to load VM from snapshot : Mac OS X Error - Android
- Sublime Add text at start and end of each line - Sublime
- INSTALL_FAILED_INSUFFICIENT_STORAGE Android Error - Android
- INSTALL_FAILED_INSUFFICIENT_STORAGE Error Android Emulator - Android
- Change Android EditText Cursor Height - Android
- Align left align text in Bootstrap - Bootstrap
- Android Studio : Implement abstract methods shortcut - Android-Studio
- Android Studio Ctrl Shift o auto import not working - Android
- Detect swipes on Android Activity - Android
- Facebook | Error : Sorry, something went wrong We're working on it and we'll get it fixed as soon as we can - Facebook
- How to copy Chrome alert popup text to clipboard - Chrome