Linux "zipsplit" Command Line Options and Examples
split a zipfile into smaller zipfiles

zipsplit reads a zipfile and splits it into smaller zipfiles.EXAMPLES To be filled in.BUGS Does not yet support large (> 2 GB) or split archives.


Usage:

zipsplit [-t] [-i] [-p] [-s] [-n size] [-r room] [-b path] [-h] [-v] [-L] zipfile






Command Line Options:

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