Created
August 6, 2012 17:49
-
-
Save dandrews/3277103 to your computer and use it in GitHub Desktop.
list the files that are different between two directories, excluding directories that match specific patterns
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://snipt.net/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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment