Skip to content

Instantly share code, notes, and snippets.

@wmbest2
Created February 9, 2012 14:56
Show Gist options
  • Save wmbest2/1780476 to your computer and use it in GitHub Desktop.
Save wmbest2/1780476 to your computer and use it in GitHub Desktop.
Command line to bulk change a Package Name
find . -name "*.java" | xargs perl -pi -e "s/com.vokal.XXX/com.vokal.YYY/g"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment