Skip to content

Instantly share code, notes, and snippets.

@cvuletich
Created April 28, 2017 19:30
Show Gist options
  • Save cvuletich/ce8f639b3b1e850870f0f148ca835082 to your computer and use it in GitHub Desktop.
Save cvuletich/ce8f639b3b1e850870f0f148ca835082 to your computer and use it in GitHub Desktop.
Search and replace in multiple files
perl -pi -w -e 's/search/replace/g;' *.tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment