using 2 text file, how to compare if row in text1 exist in text2? should i do two times looping for this (loop for text1 lines and text2 lines)? or is there any better and faster way to do the checking?