summaryrefslogtreecommitdiff
path: root/public/post/mess-with-bash-2/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/post/mess-with-bash-2/index.html')
-rw-r--r--public/post/mess-with-bash-2/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/post/mess-with-bash-2/index.html b/public/post/mess-with-bash-2/index.html
index 5064a1d..867eca3 100644
--- a/public/post/mess-with-bash-2/index.html
+++ b/public/post/mess-with-bash-2/index.html
@@ -53,7 +53,8 @@
<p>
<blockquote>
-<p>More info is in this <a href="https://https://guide.bash.academy">tutorial</a></p>
+<p>More info is in this <a href="https://https://guide.bash.academy">tutorial</a>
+Bash scripting <a href="https://devhints.io/bash">cheatsheet</a></p>
</blockquote>
<blockquote>
<p>all value expansions (ie. all syntax with a <code>$</code> prefix) can only expand inside quoted arguments if the argument was <em>double-quoted</em> . Single quotes will turn the dollar-syntax into literal characters, causing bash to output the dollar rather than expand its value in-place!</p>