in reply to Append to correct place in a file
If you want to insert text in the middle of a file, you typically have to re-write it; if you try just printing to the file, the later lines will be overwritten, not automatically pushed back to make room.