aboutsummaryrefslogtreecommitdiff
path: root/content/pages
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-05-21 03:49:51 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-05-21 03:49:51 +0200
commit2a56c19cb77382a8ee96c65645aed52349eacdaf (patch)
treeb257795ab0c005a56dbc76408e66edb4c296f374 /content/pages
parentf12f87cb714921954a3b570203ee3644ebc18a77 (diff)
downloadmitjafelicijan.com-2a56c19cb77382a8ee96c65645aed52349eacdaf.tar.gz
Fixed permissions and added past for changing permissions
Diffstat (limited to 'content/pages')
-rw-r--r--[-rwxr-xr-x]content/pages/books.md0
-rw-r--r--[-rwxr-xr-x]content/pages/curriculum-vitae.md0
-rw-r--r--[-rwxr-xr-x]content/pages/pastebin.md6
3 files changed, 6 insertions, 0 deletions
diff --git a/content/pages/books.md b/content/pages/books.md
index 473efab..473efab 100755..100644
--- a/content/pages/books.md
+++ b/content/pages/books.md
diff --git a/content/pages/curriculum-vitae.md b/content/pages/curriculum-vitae.md
index 762234e..762234e 100755..100644
--- a/content/pages/curriculum-vitae.md
+++ b/content/pages/curriculum-vitae.md
diff --git a/content/pages/pastebin.md b/content/pages/pastebin.md
index 37b2d57..422b417 100755..100644
--- a/content/pages/pastebin.md
+++ b/content/pages/pastebin.md
@@ -7,6 +7,12 @@ draft: false
7 7
8*No additional explanation provided here. Use blog for more detailed stuff.* 8*No additional explanation provided here. Use blog for more detailed stuff.*
9 9
10**▒ Change permissions of all files matching a pattern recursively**
11
12```sh
13find . -type f -name "*.xml" -exec chmod -x {} +
14```
15
10**▒ Previews how man page written in Troff will look like** 16**▒ Previews how man page written in Troff will look like**
11 17
12```sh 18```sh