Try this:
diff -Naur dir1/ dir2/
- The
-uoption makes the output a
little easier to read. - The
-roption recurses through all
subdirectories - The
-Nand-aoptions are really
only necessary if you wanted to create
a patch file.
Try this:
diff -Naur dir1/ dir2/
-u option makes the output a-r option recurses through all-N and -a options are really