Este simples script shell removerá o bit executável (chmod -x) de arquivos (mas não diretórios) recursivamente:
remove_exec_bit.sh
find . -type f -exec chmod -x {} \;
Check out similar posts by category:
Linux
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow