Skip to content

Instantly share code, notes, and snippets.

@jefftriplett
Created February 6, 2012 21:52
Show Gist options
  • Save jefftriplett/1755163 to your computer and use it in GitHub Desktop.
Save jefftriplett/1755163 to your computer and use it in GitHub Desktop.
diff two folders and remove things we don't care about such as git.
diff -rq folder_camera_1 folder_camera_2 | grep -v -e '.git*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment