Compare two text files line by line [closed]
问题 Beneath here i described a example Scenario: "FileA-Database.txt" contains the following names: KB200 KB300 KB400 "FileB-Slave.txt" contains the following names: KB600 KB200 KB400 KB700 I want to compare the "FileA-Database.txt" with "FileB-Slave.txt" and let the missing values be filled in automatically in the "FileA-Database.txt" file also i need to display the missing values in a text file called "Results.txt". The code needs to be compatible with C# (framework 4.0+) please!. I need a