Skip to content

Instantly share code, notes, and snippets.

@TheRatG
Last active August 29, 2015 14:07
Show Gist options
  • Save TheRatG/24a3afec1c146e98190f to your computer and use it in GitHub Desktop.
Save TheRatG/24a3afec1c146e98190f to your computer and use it in GitHub Desktop.
perl replace
perl -i -p -e 's/search/replace/' filename;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment