Change permissions of matching files recursively

note, May 16, 2023, on Mitja Felicijan's blog

Replace *.xml with your pattern. This will remove executable bit from all files matching the pattern. Change + to - to add executable bit.

find . -type f -name "*.xml" -exec chmod -x {} +

Other notes

DateTitle
Easy measure time took in a bash script
Sane defaults for tmux with more visible statusbar
Simple presentations with Markdown
Uninstall Ollama from a Linux box
My brand new Plan9/9front desktopplan9
Lua performance in different environments
Online radio streaming with MPV from terminal
Install Plan9port on Linuxplan9
Extend Lua with custom C functions using Clangc
60's IBM Computers Commercial
Download list of YouTube files
Embedding resources into binary with Cc
Change permissions of matching files recursively
Aerial photography of algae spotted on river Sava
Run 9front in Qemuplan9