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

https://github.com/gedex/php_batch_replaces

search a keyword in files and replace that keyword with provided arguments
https://github.com/gedex/php_batch_replaces

Last synced: 21 days ago
JSON representation

search a keyword in files and replace that keyword with provided arguments

Awesome Lists containing this project

README

          

search a keyword in files and replace that keyword with provided arguments

example:
~$ chmod +x php_batch_replaces.php
~$ ./php_batch_replaces -d /path/to/your/files/ -s 'keyword_to_search' -r 'keyword_to_replace' -v