I have 2 files, File1 contains 4,000 barcodes
file2 contains 35,000 lines of data of which the 1st 8 chars are a barcode.
I need to read each barcode in file1 and if that barcode exists in file2 delete the line containing that barcode.
file2 contains 35,000 lines of data of which the 1st 8 chars are a barcode.
I need to read each barcode in file1 and if that barcode exists in file2 delete the line containing that barcode.