From cd6644ea4ddc78597934ab0ef5ba50e3c3daa927 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 8 Jul 2023 23:25:41 +0200 Subject: Moved to a simpler SSG --- public/mass-set-permission.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create 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 new file mode 100755 index 0000000..425efb6 --- /dev/null +++ b/public/mass-set-permission.html @@ -0,0 +1,13 @@ +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