Compare two files line-by-line, and create a 3rd file listing the lines that are different.
One Two Three Four Five
One Two Tree Four Five
Expected output:
2,Three,Tree
Exercise: compare files
Compare two files line-by-line, and create a 3rd file listing the lines that are different.
One Two Three Four Five
One Two Tree Four Five
Expected output:
2,Three,Tree