I am trying to change a some lines in a text file without affecting the other lines. This is what\'s inside the text file called \"text.txt\"
this is a test
No. Files are byte-oriented, not line-oriented, and changing the length of a line will not advance the following bytes.