I have two sets of files containing ip addresses
file 1
1.1.1.1
2.2.2.2
3.3.3.3
file 2
1.1.1.1
2.2.2.2
4.4.4.4
5.5.5.5
I need to compare two file and print the entry present in file 1 but not in file 2, that is desire output should be
3.3.3.3