项目作者: trufae
项目描述 :
find-and-replace
高级语言: JavaScript
项目地址: git://github.com/trufae/far.git
find-and-replace
This is a commandline tool (and a JS API) to find and replace text in one or many files.
Installation
$ npm i
$ make install
Examples
Some more examples can be found in test.sh
.
$ far '.igrep("tcp").save()' '/etc/**/*.json'
—pancake