Hello All,
I am attempting to read two files, I want to compare file1 against file2 then output only the lines that are not found in file1 to out.file
I know how to open the file handles and output to the file handle, but the process only reads the file1 one time.
Is there a way to read each line of FILE1 theN read the complete FILE2 and print each line from FILE2 that is not found in FILE1?
Help and thanks....
I am attempting to read two files, I want to compare file1 against file2 then output only the lines that are not found in file1 to out.file
I know how to open the file handles and output to the file handle, but the process only reads the file1 one time.
Is there a way to read each line of FILE1 theN read the complete FILE2 and print each line from FILE2 that is not found in FILE1?
Help and thanks....