Hello
Any one knows how to replace a line in a file at the exact handler position.
exemple file:
hello
handler -> hello hello
hello
-------------------
replacing with guys will result:
hello
guys
hello
----------------
and not this
hello
guys hello
hello
------------------
thanks
Any one knows how to replace a line in a file at the exact handler position.
exemple file:
hello
handler -> hello hello
hello
-------------------
replacing with guys will result:
hello
guys
hello
----------------
and not this
hello
guys hello
hello
------------------
thanks