Skip to content

Instantly share code, notes, and snippets.

@mazuhl
Created October 24, 2012 14:31
Show Gist options
  • Save mazuhl/3946402 to your computer and use it in GitHub Desktop.
Save mazuhl/3946402 to your computer and use it in GitHub Desktop.
Diff all files in a folder
diff -rq folder1 folder2
# show summary of differences
diff -r folder1 folder2
# show full differences
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment