Skip to content

Instantly share code, notes, and snippets.

@adfinlay
Created May 11, 2014 09:49
Show Gist options
  • Select an option

  • Save adfinlay/e269d28119c2f25f52d7 to your computer and use it in GitHub Desktop.

Select an option

Save adfinlay/e269d28119c2f25f52d7 to your computer and use it in GitHub Desktop.
Find / replace en masse
find . -type f -name '*.html.twig' | xargs perl -pi -e 's/find/replace/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment