summaryrefslogtreecommitdiff
path: root/public/post/mess-with-bash-2/index.html
diff options
context:
space:
mode:
authorgarhve <git@garhve.com>2023-01-02 06:25:43 +0800
committergarhve <git@garhve.com>2023-01-02 06:25:43 +0800
commit2a9ade7cf6080d1649dbd0a03de61f3387325ae9 (patch)
treeb8cd8c5d424209148d2336928b0cac9d31d134e6 /public/post/mess-with-bash-2/index.html
parentdf131ff5044691a9c417478063a8c9de93c92e43 (diff)
bash cheatsheet
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>