zipsplit.txt 1.2 KB

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