Inserting lines in text file
Hi,
I've seen a number of utilities for editing files, but none have been exactly what I wanted. Can anyone recommend the easiest way to insert new lines into a text file?
Ideally, I need to be able to do a find to locate the position where I want to insert (this worked fine), then insert the line. The filewrite commands seem to overwrite whatever is in the file at the location, rather than inserting there. Other things I found all wanted to replace something that was already there.
Did I miss something?
Recommendations?
Thanks!
Stan