Finding which files differ :
diff -Naurq dir1 dir2
Outputing all the differences in VI
diff -Naur dir1 dir2 | vi -
Or in colordiff
diff -Naur dir1 dir2 | colordiff
Now I have no excuse to forget this all the time …
Finding which files differ :
diff -Naurq dir1 dir2
Outputing all the differences in VI
diff -Naur dir1 dir2 | vi -
Or in colordiff
diff -Naur dir1 dir2 | colordiff
Now I have no excuse to forget this all the time …