Skip to content

Instantly share code, notes, and snippets.

@easternnl
Created August 20, 2019 11:36
Show Gist options
  • Save easternnl/8a25b4943e8ea15e7957af66f559ffb2 to your computer and use it in GitHub Desktop.
Save easternnl/8a25b4943e8ea15e7957af66f559ffb2 to your computer and use it in GitHub Desktop.
Use perl to edit in files
perl -pi -e 's/foo/bar/g' file.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment