How to diff recursively, or find differences in entire directories


This is very simple, and as you would expect.

Simply append the -r tag to your diff command:

diff -r folder0 folder1