Replace Recursive¶ ↑
Replace recursive text in path or into all files
Installing¶ ↑
gem install replace_recursive
Usage¶ ↑
-p --path : Path to search string -f --find : Text to search to replace -r --replace : New text
Text in files recursive¶ ↑
replace_recursive text -p ~/Path -f user -r users
Names of path and files recursive¶ ↑
replace_recursive path -p ~/Path -f user -r users