Normally I use meld to compare folders, however, it is not handy when a folder has many subfolders, because I have to click into each subfolder to see if there is any difference.
Is there a tool to compare folder that displays differences only?
|
Normally I use Is there a tool to compare folder that displays differences only? |
|||
|
|
|
A command line diff will do this, and a little grep would get you a list of different files, e.g.:
Could obviously be improved . . . |
|||
|
|
|
For a nice visual side-by-side comparison I like to use two files of md5 checksums and vimdiff. This has the added bonus of being to easy to compare two directories on two different servers. It only shows you which files are different, not the internal differences. To compare the /etc/ directories on servers sr1 and sr2:
|
|||
|
|