PFB the scenario. I have two files
file1
firstName1 LastName1
FirstName2 LastName2
File2
FirstName1 LastName1
FirstName2 LastName2
Now I want to compare FirstName1 of file1 with that of file2. If it matches then compare LastName1 of file1 with that of File2.
If any of these values doesn't mach then the record should be written to log file.
Once we have done this, move to second record.
Can some one put some insight into it......
diffis the tool you need - Fabian H.