I would like to insert an output into a file...in the next line after a specific text.
In my output (Text1.txt) I have different lines with domain names:
hxxp://example1.com
hxxp://example2.com
I would like to insert this lines into another text file (Text2.txt) after the line with the text "URLs found" (Note: I don't know the line number).
bla
bla
bla
URLs found
hxxp://example1.com
hxxp://example2.com
bla
bla
How can I do this?