Skip to content

Instantly share code, notes, and snippets.

@matejb
Last active August 29, 2015 14:21
Show Gist options
  • Save matejb/7c3bec153c189162a523 to your computer and use it in GitHub Desktop.
Save matejb/7c3bec153c189162a523 to your computer and use it in GitHub Desktop.
find out all new msg key in uncommited content
svn status -q | xargs | svn diff | grep ^+ | grep msg. | sed -r -e 's|(.+)\$msg\.([^}]+)(.+)|\2|' | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment