We have an application that reads in a flat file and parses out the data. This file contains no header information or total data with which to do a checksum. So I would like to create test cases to make sure our application properly handles "incomplete" files.
Is there a way to create a flat file with no EOF marker? Perhaps a tool that I can use to remove the EOF marker from an existing text file?