Using diff

Remember: when using diff, use the following flags

diff -Naur


-N = Treat absent files as empty
-a = Treat all files as text
-u = Output 3 lines of unified content
-r = Recursively compare any subdirectories found