https://github.com/trufae/far
find-and-replace
https://github.com/trufae/far
awk count filter grep processing sed text
Last synced: 5 months ago
JSON representation
find-and-replace
- Host: GitHub
- URL: https://github.com/trufae/far
- Owner: trufae
- Created: 2019-06-12T08:04:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T01:54:53.000Z (over 4 years ago)
- Last Synced: 2025-04-07T15:55:28.921Z (about 1 year ago)
- Topics: awk, count, filter, grep, processing, sed, text
- Language: JavaScript
- Size: 94.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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