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
- Host: GitHub
- URL: https://github.com/trufae/far
- Owner: trufae
- Created: 2019-06-12T08:04:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T01:54:53.000Z (over 3 years ago)
- Last Synced: 2025-02-13T18:39:33.535Z (8 months ago)
- Topics: awk, count, filter, grep, processing, sed, text
- Language: JavaScript
- Size: 94.7 KB
- Stars: 1
- Watchers: 2
- 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 installExamples
--------Some more examples can be found in `test.sh`.
$ far '.igrep("tcp").save()' '/etc/**/*.json'
--pancake