say ive got 2 files with usernames or whatever in em file A has user1 user2 user3 file B has user2 user3 user4 and I want to strip out the duplicate entries from both files, i.e get output that in this case consists of user1 user4 ive looked at cmp,diff, uniq, but cant seem to find something thatll get this output. regards, Jason