Skip to content

Instantly share code, notes, and snippets.

@anklos
Created November 16, 2011 03:35
Show Gist options
  • Save anklos/1369168 to your computer and use it in GitHub Desktop.
Save anklos/1369168 to your computer and use it in GitHub Desktop.
find and replace strings
find ./ | xargs perl -pi -e 's/applicationX/applicationY/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment