About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
--aer--
2/7/2018 - 6:41 PM
share
Share
add_circle_outline
Save
replace str in files of a dir
str_replace_files
content_copy
file_download
find /path/to/files -type f -exec sed -i 's/old_string/new_string/g' {} \;
clear