comparing between files in two trees of directory
- find a file NAME1 in the first directory
- find a file NAME2 with the same name of NAME1 in the second directory((string) NAME1= (string) NAME2)
- diff between NAME1 file and NAME2 file
- if these two files are not the same, print the file's name