yifan-gu / replace-string

A simple string replacer for those who can't ever remember the find + sed command.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

replace-string

A simple string replacer for those who can never remember the find + sed command.

Usage

  • Require go 1.17
  • go get github.com/yifan-gu/replace-string
  • ./replace-string PATH old_string new_string

About

A simple string replacer for those who can't ever remember the find + sed command.


Languages

Language:Go 58.7%Language:Shell 41.3%