From cfd7593222e6ccb44b003f06d496d14537adb527 Mon Sep 17 00:00:00 2001 From: Yan Date: Fri, 19 May 2023 06:46:17 -0700 Subject: [PATCH] add resources --- dojo.yml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/dojo.yml b/dojo.yml index 2573e6d..99629a0 100644 --- a/dojo.yml +++ b/dojo.yml @@ -22,11 +22,12 @@ modules: Welcome to 'The Beginning' - your journey starts here." resources: - - name: Further Reading + - name: Resources type: markdown content: | You need not walk this path alone: others have done so before you. + - [Bash reference manual](https://www.gnu.org/software/bash/manual/html_node/index.html) - [The ultimate resource in shell scripting (much of which inspired this dojo!](https://mywiki.wooledge.org/) challenges: @@ -41,11 +42,15 @@ modules: As a first stop in our journey, we will explore concepts of variable expansion, the pitfalls around quoting (and lack thereof!), and the raw power of globbing. Stay strong, and follow the `PATH`. resources: - - name: Further Reading + - name: Resources type: markdown content: | To expand your mind is the true goal of the shell. - One day, this section will expand as well. + Reading the knowledge linked here will help your mind grow. + + - `# man 7 glob` (for file name matching) + - `# help` (documentation for shell builtins) + - [Bash reference on parameter expansion](https://www.gnu.org/software/bash/manual/html_node/Shell-Parameter-Expansion.html) challenges: @@ -125,7 +130,7 @@ modules: Embrace this lesson and realize that in the shell, as in life, perceived limitations are often just opportunities for creative solutions. resources: - - name: Further Reading + - name: Resources type: markdown content: | Many before you have learned to read the writing in the flow of water. @@ -172,7 +177,7 @@ modules: A new perspective awaits. resources: - - name: Further Reading + - name: Resources type: markdown content: | Wisdom harkens from a long-gone age. @@ -198,7 +203,7 @@ modules: Prepare to navigate the lesser-known, but equally rewarding, corners of the shell. resources: - - name: Further Reading + - name: Resources type: markdown content: Wisdom develops in its own time. This cannot be rushed.