Skip to content

voutasaurus/replace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

replace Build Status

Replace a string with another string in a file. Write to another file or modify the existing file.

Installation

$ go get github.com/voutasaurus/replace

Usage

Write to a new file:

$ replace bad good dirty.txt clean.txt

Overwrite existing file:

$ replace lol ha story.txt

Contributions

Issues and PRs welcome.

About

string substitution in a file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages