aboutsummaryrefslogtreecommitdiff
path: root/content/notes/mass-set-permission.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/notes/mass-set-permission.md')
-rw-r--r--content/notes/mass-set-permission.md1
1 files changed, 1 insertions, 0 deletions
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.
13```sh 13```sh
14find . -type f -name "*.xml" -exec chmod -x {} + 14find . -type f -name "*.xml" -exec chmod -x {} +
15``` 15```
16