--aer--
2/7/2018 - 6:41 PM

replace str in files of a dir

find /path/to/files -type f -exec sed -i 's/old_string/new_string/g' {} \;