zipsplit.1 1.1 KB

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