3 [[http://www.gnu.org/software/diffutils/|Diff]]: [[wp>diff|Diff]]
6 ===== How to compare two folders recursively =====
9 # Comparing two folder recursively, paginating, output in two columns, reporting identical files.
10 $ diff -r -l -y -s path/to/folder/a path/to/folder/b | less