Skip to content

Instantly share code, notes, and snippets.

@rbrooks
Created August 27, 2012 16:39
Show Gist options
  • Save rbrooks/3490207 to your computer and use it in GitHub Desktop.
Save rbrooks/3490207 to your computer and use it in GitHub Desktop.
Find differences between two directory trees recursively
diff -qr dir dir2 | grep -v -e '.DS_Store' -e '.git' -e '.log' | sort > diffs.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment