Split a large zip archive into smaller ones
The zipsplit command is used to split a large zip archive into multiple smaller zip archives.
zipsplit [options] [parameters]
-n, --size=[size]: Specify the maximum size for each split zip file;
-t, --test: Report how many smaller zip files will be created and their sizes;
-b, --path=[path]: Specify the directory where the split zip files will be stored.
File: Specifies the zip archive to be split.