Replace a string with another string in a file. Write to another file or modify the existing file.
$ go get github.com/voutasaurus/replace
Write to a new file:
$ replace bad good dirty.txt clean.txt
Overwrite existing file:
$ replace lol ha story.txt
Issues and PRs welcome.