Hello, I have two lists of names, A and B. I need to produce three lists:
1) names only on A
2) names only on B
3) names on both A and B
I also have a list with all the names on A and B, C.
Can anyone think of Unix tools or quick scripts to do this?