I have a text file like this:
lorem ipsum
some text
even more lorem ipsum
How do I select that "some text" bit of the file and and write to it eg. "more lorem ipsum".
Note: The "some text" section will not have a constant value.
Thanks in advance!