I have two directories with the same list of files. I need to compare all the files present in both the directories using the diff command. Is there a simple co
diff
Diff has an option -r which is meant to do just that.
-r
diff -r dir1 dir2