From d26a55ee8b520a1ae0fc4c0973d3f9880a5357f8 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 26 May 2023 00:45:36 +0200 Subject: Housecleaning --- content/notes/mass-set-permission.md | 1 + 1 file changed, 1 insertion(+) (limited to 'content/notes/mass-set-permission.md') diff --git a/content/notes/mass-set-permission.md b/content/notes/mass-set-permission.md index b57374c..b1e1480 100644 --- a/content/notes/mass-set-permission.md +++ b/content/notes/mass-set-permission.md @@ -13,3 +13,4 @@ files matching the pattern. Change `+` to `-` to add executable bit. ```sh find . -type f -name "*.xml" -exec chmod -x {} + ``` + -- cgit v1.2.3