Skip to content

一个简单的字符串查找替换程序,使用golang实现。作为我的第一个练手小项目。

Notifications You must be signed in to change notification settings

zgg2001/StringFinderZ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

StringFinderZ

使用golang开发的Linux下的字符串查找、替换软件

作为本人的第一个golang练手项目

使用说明

搜索

./main -f 搜索内容

替换

./main -f 搜索内容 -r 替换内容

备注

  • -p 指定路径
  • -n 为显示行号
  • -y 为同意全部替换
  • -q 快速替换(直接全部替换,不显示相关内容)

About

一个简单的字符串查找替换程序,使用golang实现。作为我的第一个练手小项目。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages