hi i have two flat file having content like this
file1.txt
raghu,23,1000
ragiv,66,1800
file2.txt
ramya,45,2455
ragiv,66,1800
i need to compare the two file and print the content in the other file which are different among the two file i.e
raghu,23,1000
ramya,45,2455
plz help thanx in advance