I need to grab data from one .txt and locate the line in another .txt file that contains the data i grabbed, then i need it to output that line to another .txt
If i understand right get from first txt first line, delete first line, read the file of the second txt, regex then check by logic IF, if there is that text, then add that line to another txt.