Okay so how do I remove lines from new.txt
if they're in tried.txt
,
For example, if new.txt
contains 123 and tried.txt
contains 123, so remove 123 from in.txt
and output results to new2.txt
.
Okay so how do I remove lines from new.txt
if they're in tried.txt
,
For example, if new.txt
contains 123 and tried.txt
contains 123, so remove 123 from in.txt
and output results to new2.txt
.