diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-26 00:45:36 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-26 00:45:36 +0200 |
| commit | d26a55ee8b520a1ae0fc4c0973d3f9880a5357f8 (patch) | |
| tree | 70048479e9573569dcb0cb35ea86a3116204ea04 /content/notes/mass-set-permission.md | |
| parent | 43b0708769eb61392050045b881f8e6ba39c5b66 (diff) | |
| download | mitjafelicijan.com-d26a55ee8b520a1ae0fc4c0973d3f9880a5357f8.tar.gz | |
Housecleaning
Diffstat (limited to 'content/notes/mass-set-permission.md')
| -rw-r--r-- | content/notes/mass-set-permission.md | 1 |
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 |
| 14 | find . -type f -name "*.xml" -exec chmod -x {} + | 14 | find . -type f -name "*.xml" -exec chmod -x {} + |
| 15 | ``` | 15 | ``` |
| 16 | |||
