Skip to content

Instantly share code, notes, and snippets.

@Starefossen
Created June 19, 2013 08:08
Show Gist options
  • Save Starefossen/5812527 to your computer and use it in GitHub Desktop.
Save Starefossen/5812527 to your computer and use it in GitHub Desktop.
find / replace file
sed -i ‘s/[orginal_text]/[new_text]/’ filename.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment