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
Push to multiple origins at once in Git
Development environments with Nix
Uninstall Ollama from a Linux box
Simple presentations with Markdown
Compile drawterm on Fedora 38plan9
Use option key as meta in Alacritty under macOS
Lua performance in different environments
Change permissions of matching files recursively
Making cgit look nicer
Mount Plan9 over networkplan9
Extract lines from a file with sed
Fix bootloader not being written in Plan9plan9
Online radio streaming with MPV from terminal
Cache busting in Hugo
Download list of YouTube files