Hello!
I don't have much experience in using Mac terminal and want find and replace some expressions in several files. I found a command
find /<path>/<files> -type f -exec sed -i 's/<old>/<new>/g' {} \;
working for linux terminal to change words in several files placed in the same directory.
But this command doesn't work for with Mac terminal and - believe me or not - after 2 hours of googling I haven't found a command for Mac terminal yet.
Is here anybody who knows the right command? ..I'll praise you!
(Sorry, if my writing isn't fully correct, I'm writing in German English...)
I don't have much experience in using Mac terminal and want find and replace some expressions in several files. I found a command
find /<path>/<files> -type f -exec sed -i 's/<old>/<new>/g' {} \;
working for linux terminal to change words in several files placed in the same directory.
But this command doesn't work for with Mac terminal and - believe me or not - after 2 hours of googling I haven't found a command for Mac terminal yet.
Is here anybody who knows the right command? ..I'll praise you!
(Sorry, if my writing isn't fully correct, I'm writing in German English...)