1zipnote(1)                                                          zipnote(1)
2
3NAME
4       zipsplit - split a zipfile into smaller zipfiles
5
6SYNOPSIS
7       zipsplit  [-t]  [-i]  [-p] [-s] [-n size] [-r room] [-b path] [-h] [-v]
8       [-L] zipfile
9
10ARGUMENTS
11       zipfile  Zipfile to split.
12
13OPTIONS
14       -t     Report how many files it will take, but don't make them.
15
16       -i     Make index (zipsplit.idx) and count its size against  first  zip
17              file.
18
19       -n size
20              Make zip files no larger than "size" (default = 36000).
21
22       -r room
23              Leave room for "room" bytes on the first disk (default = 0).
24
25       -b path
26              Use path for the output zip files.
27
28       -p     Pause between output zip files.
29
30       -s     Do a sequential split even if it takes more zip files.
31
32       -h     Show a short help.
33
34       -v     Show version information.
35
36       -L     Show software license.
37
38DESCRIPTION
39       zipsplit reads a zipfile and splits it into smaller zipfiles.
40
41EXAMPLES
42       To be filled in.
43
44BUGS
45       Does not yet support large (> 2 GB) or split archives.
46
47SEE ALSO
48       zip(1), unzip(1)
49
50AUTHOR
51       Info-ZIP
52
53                              v3.0 of 8 May 2008                    zipnote(1)
54