Skip to content

Instantly share code, notes, and snippets.

@narutaro
Last active October 9, 2015 07:01
Show Gist options
  • Save narutaro/5f14420ea6d43cf96e6f to your computer and use it in GitHub Desktop.
Save narutaro/5f14420ea6d43cf96e6f to your computer and use it in GitHub Desktop.
sed snipps
#Overwriting a file
```
sed -i "s/SN002/SN003/g"
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment