An open API service indexing awesome lists of open source software.

https://github.com/trufae/far

find-and-replace
https://github.com/trufae/far

awk count filter grep processing sed text

Last synced: 6 months ago
JSON representation

find-and-replace

Awesome Lists containing this project

README

          

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