logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Zipsplit - Split Zip Archives into Smaller Parts | Online Free DevTools by Hexmos

Split Zip archives with Zipsplit into smaller, manageable parts. Efficiently divide large archives for easier transfer and storage. Free online tool, no registration required.

zipsplit

Split a Zip archive into smaller Zip archives. More information: https://manned.org/zipsplit.

  • Split Zip archive into parts that are no larger than 36000 bytes (36 MB):

zipsplit {{path/to/archive.zip}}

  • Use a given [n]umber of bytes as the part limit:

zipsplit -n {{size}} {{path/to/archive.zip}}

  • [p]ause between the creation of each part:

zipsplit -p -n {{size}} {{path/to/archive.zip}}

  • Output the smaller Zip archives into a given directory:

zipsplit -b {{path/to/output_directory}} -n {{size}} {{path/to/archive.zip}}

See Also