Skip to content

Instantly share code, notes, and snippets.

@anotheremily
Created November 19, 2010 16:54
Show Gist options
  • Save anotheremily/706763 to your computer and use it in GitHub Desktop.
Save anotheremily/706763 to your computer and use it in GitHub Desktop.
Generates a list of files with changes
#!/bin/bash
# generates a list of files with changes
diff -r DIRECTORY1 DIRECTORY2 | grep ^diff | cut -d' ' -f3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment