bsplit 661 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .TH BSPLIT 1
  2. .SH NAME
  3. bsplit \- split binary data into fixed-size chunks
  4. .SH SYNOPSIS
  5. .B bsplit
  6. [
  7. .B -p
  8. .I prefix
  9. ] [
  10. .B -s
  11. .I size
  12. ] [
  13. .I file
  14. \&...
  15. ]
  16. .SH DESCRIPTION
  17. .I Bsplit
  18. copies binary data from input
  19. .I files
  20. into a series of files with names starting with
  21. .I prefix
  22. .RL ( bs.\&
  23. by default)
  24. and of a fixed
  25. .I size
  26. (512MB by default).
  27. The last file may be shorter than
  28. .IR size .
  29. This can be useful when copying large amounts of data onto
  30. fixed-size storage media such as CDs or DVDs.
  31. .\" .SH EXAMPLES
  32. .SH FILES
  33. .I prefixNNNNN
  34. output files
  35. .SH SOURCE
  36. .B /sys/src/cmd/bsplit.c
  37. .SH SEE ALSO
  38. .IR split (1),
  39. .IR tarsplit (1)
  40. .\" .SH DIAGNOSTICS
  41. .\" .SH BUGS