May 16, 2023
Replace *.xml with your pattern. This will remove executable bit from all files matching the pattern. Change + to - to add executable bit.
*.xml
+
-
find . -type f -name "*.xml" -exec chmod -x {} +