Skip to content

Instantly share code, notes, and snippets.

@stefanbirkner
Created January 31, 2014 16:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stefanbirkner/8736043 to your computer and use it in GitHub Desktop.
Save stefanbirkner/8736043 to your computer and use it in GitHub Desktop.
Migrate Apache Commons Lang from 2.x to 3.x
fgrep -Rl "commons.lang." . | xargs sed -i 's/apache\.commons\.lang\./apache.commons.lang3./g' $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment