Last Updated: February 25, 2016
·
435
· dandrews

list the files that are different between two directories, excluding directories that match specific patterns

diff --brief -r -x '.git' -x 'tmp' /path/to/dir1 /path/to/dir2