TimNet-codx/line_extractor
A Python program that accepts a file, extracts some portion of each line in the file, compares if the extracted portion matches any line in multiple files present in the directory. It writes and appends any line whose extracted portion is does not match any line in the series of files being checked.
Python