diff options
| author | Paul Buetow <paul@buetow.org> | 2024-08-24 19:59:34 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-08-24 19:59:34 +0300 |
| commit | c6e6abcb2ff84eb2eab51ee6c07f7352e78d927b (patch) | |
| tree | d65a8c5017468dbba788c11804cfd416efa1bba7 /gemfeed/2023-12-10-bash-golf-part-3.gmi | |
| parent | cccb12632bd4a48e73f561bbd512e3060d4d16e9 (diff) | |
Update content for gemtext
Diffstat (limited to 'gemfeed/2023-12-10-bash-golf-part-3.gmi')
| -rw-r--r-- | gemfeed/2023-12-10-bash-golf-part-3.gmi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gemfeed/2023-12-10-bash-golf-part-3.gmi b/gemfeed/2023-12-10-bash-golf-part-3.gmi index d480ae80..1857e286 100644 --- a/gemfeed/2023-12-10-bash-golf-part-3.gmi +++ b/gemfeed/2023-12-10-bash-golf-part-3.gmi @@ -14,6 +14,21 @@ jgs^^^^^^^`^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Art by Joan Stark, mod. by Paul Buetow ``` +## Table of Contents + +* ⇢ Bash Golf Part 3 +* ⇢ ⇢ Introduction +* ⇢ ⇢ `FUNCNAME` +* ⇢ ⇢ `:(){ :|:& };:` +* ⇢ ⇢ Inner functions +* ⇢ ⇢ Exporting functions +* ⇢ ⇢ Dynamic variables with `local` +* ⇢ ⇢ `if` conditionals +* ⇢ ⇢ Multi-line comments +* ⇢ ⇢ Don't change it while it's executed + +## Introduction + This is the third blog post about my Bash Golf series. This series is random Bash tips, tricks, and weirdnesses I have encountered over time. => ./2021-11-29-bash-golf-part-1.gmi 2021-11-29 Bash Golf Part 1 |
