I try to find a way how to do a diff check of two file directories. So, for example I've got a directory with php files and I've got another directory with the same files but some of them has been modified (not all though) I would like to find out which files has been modified in fast and effective way. Does anyone know how to do this?
