Try this:
diff -Naur dir1/ dir2/
- The
-u
option makes the output a
little easier to read. - The
-r
option recurses through all
subdirectories - The
-N
and-a
options 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