Ok, so I have this very large binary file that has been split up into
sections.  I want to put it back together, but I need to remove the EOF
character from the end of each section before I stitch it back together.
How do I go about this?  It's binary, so I don't think I can use tr.

Jay