From 58904b7d9b781c9a7eb18183392b3a565fdbcd51 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 8 Jul 2023 23:26:39 +0200 Subject: Removed public folder --- public/mass-set-permission.html | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 public/mass-set-permission.html (limited to 'public/mass-set-permission.html') diff --git a/public/mass-set-permission.html b/public/mass-set-permission.html deleted file mode 100755 index 425efb6..0000000 --- a/public/mass-set-permission.html +++ /dev/null @@ -1,13 +0,0 @@ -Change permissions of matching files recursively

Change permissions of matching files recursively

May 16, 2023

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 {} +
-
\ No newline at end of file -- cgit v1.2.3