Open 7dir opened 3 years ago
find . -type f -exec sed -i 's/crm/shopcart/g' {} +
https://unix.stackexchange.com/questions/112023/how-can-i-replace-a-string-in-a-files
find . -type f -exec sed -i 's/crm/shopcart/g' {} +