Skip to content

Instantly share code, notes, and snippets.

@chardcastle
Created June 17, 2011 12:24
Show Gist options
  • Save chardcastle/1031325 to your computer and use it in GitHub Desktop.
Save chardcastle/1031325 to your computer and use it in GitHub Desktop.
SED
sed -e 's/searchString/replacementString/g' target.txt > destination.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment