SyntaxFix
Write A Post
Hire A Developer
Questions
Your find should look like that to avoid sending directory names to sed:
find ./ -type f -exec sed -i -e 's/apple/orange/g' {} \;