Nice stuff to do with diff commands:
diff <(command 1) <(command 2)
diff -y <(command 1) <(command 2)
You can control the width of the columns
diff -y --width= XXX<(command 1) <(command 2)
Where XXX is the number of columns