项目作者: trufae

项目描述 :
find-and-replace
高级语言: JavaScript
项目地址: git://github.com/trufae/far.git
创建时间: 2019-06-12T08:04:28Z
项目社区:https://github.com/trufae/far

开源协议:

下载


find-and-replace

This is a commandline tool (and a JS API) to find and replace text in one or many files.

Installation

  1. $ npm i
  2. $ make install

Examples

Some more examples can be found in test.sh.

  1. $ far '.igrep("tcp").save()' '/etc/**/*.json'

—pancake