foreach (line in File1) { look at each line in File2; foreach (field in the current line) { if (the field has the same stuff in it as the corresponding field in the current line of File 2) { remember it; } else { fuggedaboudit; } } } print out a report of all the stuff I remembered;