Hi to all,
I have two separated files:
FILE1
"V1" "V2" "V3"
Mary James Nicole
Robert Francisco Sophie
Nancy Antony Matt
Josephine Louise Rose
Mark Simon
Charles
FILE2
"V1" "V2" "V3"
Mary James Nicole
Nancy Francisco Sophie
Josephine Rose
Simon
FIL2 is a subset of FILE1 and the two files have exactly the same header! The columns of each file are of different length in the same file and between FILE1 and FILE2. I just want to show the differences between the two files column by column. So the output I want is:
FILE3
"V1" "V2" "V3"
Robert Antony Matt
Mark Louise Charles
I hope someone can help me...
Thanks in advance!!!!!!
Eleonor
Charles