I’m looking to run a Linux command that will recursively compare two directories and output only the file names of what is different. This includes anything that is present in one directory and not the other or vice versa, and text differences.
I’m looking to run a Linux command that will recursively compare two directories and
Share
From the diff man page:
Example command:
Example output (depends on locale):