What i want to do is compare two lists, and then view which items have been added/removed.

So, for example:

List1:

bob
jack
tim
dave
john

Compared with list2:

bob
alan
jack
tim
george
john

would show that alan and george were added and that dave was removed.

How would i go about this?