Skip to content

Instantly share code, notes, and snippets.

@leandro
Created December 24, 2009 09:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save leandro/263095 to your computer and use it in GitHub Desktop.
Save leandro/263095 to your computer and use it in GitHub Desktop.
ddiff: Improved diff for directories
# forget all that funky code I wrote before; all you have to type is this shit below; it will do the trick;
diff -Naur dir-A dir-B > out.patch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment