SyntaxFix
Write A Post
Hire A Developer
Questions
You can go without the loop:
find /path/to/dir -type f -exec /your/first/command \{\} \; -exec /your/second/command \{\} \;
HTH