Split a zipfile into smaller zipfiles
zipsplit [-t] [-i] [-p] [-s] [-nsize] [-rroom] [-bpath] [-h] [-v] [-L] zipfile
zipfile Zipfile to split.
-t
Report how many files it will take, but don't make them.
-i
Make index (zipsplit.idx) and count its size against first zip file.
-nsize
Make zip files no larger than "size" (default = 36000).
-rroom
Leave room for "room" bytes on the first disk (default = 0).
-bpath
Use path for the output zip files.
-p
Pause between output zip files.
-s
Do a sequential split even if it takes more zip files.
-h
Show a short help.
-v
Show version information.
-L
Show software license.
zipsplit reads a zipfile and splits it into smaller zipfiles.
To be filled in.
Does not yet support large (> 2 GB) or split archives.
Info-ZIP