Find different files on the server (difference between two folders)
Sometimes it can be very practical to find the files with differences between two directories, e.g. for store systems and other web applications. This allows the contents of two folders to be compared in order to specifically find the changed files – e.g. between a store system used in production and a fresh (empty) installation …