Skip to content

Instantly share code, notes, and snippets.

@bjdixon
Created May 20, 2016 10:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjdixon/5ecb1e2ced4de3b0b4c1647f254a7c3a to your computer and use it in GitHub Desktop.
Save bjdixon/5ecb1e2ced4de3b0b4c1647f254a7c3a to your computer and use it in GitHub Desktop.
Use sed to replace contents in a file
sed -i 's/replacementString/stringToReplace/g' /path/to/filename
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment