Change permissions of matching files recursively
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
- Aerial photography of algae spotted on river Sava
- Sane defaults for tmux with more visible statusbar
- Use option key as meta in Alacritty under macOS
- Bulk thumbnails
- plan9 Take a screenshot in Plan9
- Cronjobs on Github with Github Actions
- plan9 Compile drawterm on Fedora 38
- plan9 My brand new Plan9/9front desktop
- Write ISO to USB Key
- Grep to Less that maintain colors
- Add lazy loading of images in Jekyll posts
- AWS EB PyYAML fix
- dcss Dungeon Crawl Stone Soup - New player guide
- Set color temperature of displays on i3
- Extending dte editor