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
- Host: GitHub
- URL: https://github.com/gedex/php_batch_replaces
- Owner: gedex
- Created: 2010-07-11T08:12:14.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2010-07-11T08:23:41.000Z (about 16 years ago)
- Last Synced: 2026-03-29T16:13:50.432Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 89.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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