zipsplit
(1)split a zipfile into smaller zipfiles
zipsplit [-t] [-i] [-p] [-s] [-n size] [-r room] [-b path] [-h] [-v] [-L] zipfile
Options
10-tReport how many files it will take, but don't make them.
-iMake index (zipsplit.idx) and count its size against first zip file.
-nMake zip files no larger than "size" (default = 36000).
-rLeave room for "room" bytes on the first disk (default = 0).
-bUse path for the output zip files.
-pPause between output zip files.
-sDo a sequential split even if it takes more zip files.
-hShow a short help.
-vShow version information.
-LShow software license.