Hi,
I have the following two files.
File1:
x1 x2 x3 x4 x5
name1 12 34 43 3
name2 44 34 76 76
name3 21 23 21 23
name4 5 67 76 76
and File2:
x1 x2 x3 x4 x5
name1 12 34 43 3
name3 21 23 21 23
name7 32 43 23 32
I want to write out the missing lines from Files2 (which exist in File1) and the added (new)lines in File2 (which do not exist in File1) into two seperate output files.
Any ideas are welcomed...
Thanks in advance,
Agilo
I have the following two files.
File1:
x1 x2 x3 x4 x5
name1 12 34 43 3
name2 44 34 76 76
name3 21 23 21 23
name4 5 67 76 76
and File2:
x1 x2 x3 x4 x5
name1 12 34 43 3
name3 21 23 21 23
name7 32 43 23 32
I want to write out the missing lines from Files2 (which exist in File1) and the added (new)lines in File2 (which do not exist in File1) into two seperate output files.
Any ideas are welcomed...
Thanks in advance,
Agilo