I have two copies of the application source code. One instance is encoded, and the other is not. There are configuration files scattered throughout the structure of the application directory, and this is what I would like to compare.
Is there a way to use diff where-by, I can ignore completely different files (that is: an encrypted file and an unencrypted file) and only report differences in similar files (in configurations).
user43040
source
share