I assume you want each piece of this file to be play-able? If you don't care about that, just use split to chop them up into your desired size and then use cat to reassemble them at the destination.
*$ split –bytes=1m /path/to/large/file /path/to/output/file/prefix* 'man split' will also contain this information. -Hal Mick wrote: > Hi All, > > I have a rather large .mov file which I want to split into two separate > files. > What options are available to me? > -- gentoo-user@lists.gentoo.org mailing list