Skip to content

replacer replace specified old string to new string in a file. A file is overwritten.

Notifications You must be signed in to change notification settings

qt-luigi/replacer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

replacer

replacer replace specified old string to new string in a file. A file is overwritten.

Installation

When you have installed the Go, Please execute following go get command:

go get -u github.com/qt-luigi/replacer

Usage

$ cat sample.txt
The Golang Programming Language

Golang is an open source programming language that makes it easy to build simple, reliable, and efficient software.

$ replacer sample.txt Golang Go

$ cat sample.txt 
The Go Programming Language

Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.

Notice

This tool read and process all file contents to memory.

License

MIT

Author

Ryuji Iwata

Note

This tool is mainly using by myself. :-)

About

replacer replace specified old string to new string in a file. A file is overwritten.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages