Skip to content

Instantly share code, notes, and snippets.

@jeanlaurent
Created April 19, 2011 14:37
Show Gist options
  • Save jeanlaurent/928087 to your computer and use it in GitHub Desktop.
Save jeanlaurent/928087 to your computer and use it in GitHub Desktop.
replace String in many files.
perl -p -i -e 's/relativePath>../relativePath>..\/../g' `find ./ -name pom.xml`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment