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 th
rsync -rvc --delete --size-only --dry-run source dir target dir