1. NAME▲
zipsplit - split a zipfile into smaller zipfiles
2. SYNOPSIS ▲
zipsplit [ -t ] [ -i ] [ -p ] [ -s ] [ -n size ] [ -r room ] [ -b path ] [ -h ] [ -v ] [ -L ] zipfile
3. ARGUMENTS ▲
zipfile Zipfile to split.
4. OPTIONS ▲
- -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. - -n \fRsize
Make zip files no larger than "size" (default = 36000). - -r \fRroom
Leave room for "room" bytes on the first disk (default = 0). - -b \fRpath
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.
5. DESCRIPTION ▲
zipsplitreads a zipfile and splits it into smaller zipfiles.
6. EXAMPLES ▲
To be filled in.
7. BUGS ▲
Does not yet support large (> 2 GB) or split archives.
8. SEE ALSO ▲
9. AUTHOR ▲
Info-ZIP