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
Calling assembly functions from Cc
Using ffmpeg to combine videos side by side
Run 9front in Qemuplan9
Edsger W. Dijkstra Manuscripts ebook
Uninstall Ollama from a Linux box
Fix bootloader not being written in Plan9plan9
My brand new Plan9/9front desktopplan9
Previews how man page written in Troff will look like
60's IBM Computers Commercial
Execute not blocking async shell command in C#
Embedding resources into binary with Cc
Change permissions of matching files recursively
Take a screenshot in Plan9plan9
Add lazy loading of images in Jekyll posts
Currated list of Vim ALE linters