Compare outputs of commands with Diff
Comparing two files with the diff utility is an easy task
diff <file1> <file2>
But if you want to compare the output of two commands without temporarily saving
it to a file, it's a bit more complicated, because diff needs two inputs:
diff -u