Hello.
I have a text file, containing a load of junk I don’t want, and then a part that I do want. This part that I want is some text after a heading, say for example the heading is “Sentences” and after that heading follows some sentences until the end of file, I simply want all the sentences after the heading. So far everything works fine except the part where I match the incoming line with the heading (Sentences in this example), then I don’t quite know the code for the script to take _only_ everything after it matched “Sentences” until the EOF. Halp? <3