This command will not only diff the contents of the files but also recursively list out actual file differences. E.g. a file is present in folder1, but not in folder2.
diff -bur folder1/ folder2/
This command will not only diff the contents of the files but also recursively list out actual file differences. E.g. a file is present in folder1, but not in folder2.
diff -bur folder1/ folder2/