aboutsummaryrefslogtreecommitdiff
path: root/content/pages/pastebin.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/pages/pastebin.md')
-rw-r--r--[-rwxr-xr-x]content/pages/pastebin.md6
1 files changed, 6 insertions, 0 deletions
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