How to change permissions to certain file pattern/extension? May 31, 2023 by Tarik use find: find . -name "*.sh" -exec chmod +x {} \;