OS X: Replace a string from multiple files

find ./ -type f -exec sed -i '' -e "s/SEARCHTHIS/REPLACEWITTHIS/" {} \;