I don't think there is a standard one specifically limited to that purpose,Quote:>Is there a tool that splits non-text files into files with a specified
>number of bytes?
but you can certainly use "dd" with appropriate block-size, count, and skip
parameters. That's usually what I do.