Skip to content

Instantly share code, notes, and snippets.

@lotterfriends
Created March 12, 2015 15:41
Show Gist options
  • Save lotterfriends/97478eb694cb0e14ad30 to your computer and use it in GitHub Desktop.
Save lotterfriends/97478eb694cb0e14ad30 to your computer and use it in GitHub Desktop.
svn stat | grep -r "^M" | sed -r 's/^M\s*//g' | while read line; do echo $line; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment