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

https://github.com/predatorx7/findin

A simple utility to recursively search and replace text in a file hierarchy
https://github.com/predatorx7/findin

command command-line-tool file files filesystem find find-and-replace search utility

Last synced: 11 months ago
JSON representation

A simple utility to recursively search and replace text in a file hierarchy

Awesome Lists containing this project

README

          

# FindIn

A simple utility to recursively search and replace text in a file hierarchy.

## Description

A simple utility to search text, by evaluating an expression, and replace text in files while recursively descending included files and directories while searching. The search expression can be a simple text or regular expression, this can be decided using --use-regex or -r cli option.