I have two files called 1.txt and 2.txt
I want to just compare each line of 1.txt with all the lines in 2.txt. and if any of the line of 1.txt is not available in 2.txt those lines need to printed on console. It is ok even if 2.txt contains data which is not available in 1.txt.