I have two files fileA & fileB
fileA has lot of IPs & fileB has less IPs. How can we do
fileA - fileB = fileC (File without common IPs)
fileA
1.1.1.1
2.2.2.2
3.3.3.3
4.4.4.4
5.5.5.5
fileB
4.4.4.4
1.1.1.1
fileC
2.2.2.2
3.3.3.3
5.5.5.5
I got lot of options on google but couldn't get anything relevant