Execute a command on each result.
Section: Actions and locate
Run chmod on matched files
bash
bash
find . -type f -name '*.sh' -exec chmod +x {} +Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Actions and locate