I have two .txt files. How would I compare them, find and print the difference(s) in a new file?
My files are like:
set
FDN : "NetworkElement=RNC23,CmNodeHeartbeatSupervision=1"
active : true
set
FDN : "NetworkElement=RNC23,FmAlarmSupervision=1"
active : true
automaticSynchronization : true
failoverCount : 9
heartbeatinterval : 100
set
FDN : "NetworkElement=RNC23,InventorySupervision=1"
active : false
doInventorySync : false
inventoryType : LICENSE
I need to process them in batches rather line by line.