This is file.txt:
"Something
\nSomething else
\nWhatever
\nNobody
\nNobody"
There i have 5 lines. Is there a sciprt which will search this file for What and delete the line where is that string written.
For exmaple in this case script schould delete 3rd line.
Thanks for every help!