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