From 22f5ac8fcec4dbfcc1f5033f18bc4eeca52a747d Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 31 Oct 2023 08:20:22 +0100 Subject: Made the side more retro! --- public/mass-set-permission.html | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'public/mass-set-permission.html') diff --git a/public/mass-set-permission.html b/public/mass-set-permission.html index bc86a65..fbd5b93 100755 --- a/public/mass-set-permission.html +++ b/public/mass-set-permission.html @@ -1,11 +1,14 @@ -Change permissions of matching files recursively

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 {} +
-

Posts from blogs I follow around the net