summaryrefslogtreecommitdiff
path: root/gemfeed/2023-12-10-bash-golf-part-3.gmi
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-01-13 23:11:25 +0200
committerPaul Buetow <paul@buetow.org>2024-01-13 23:11:25 +0200
commit29587efbf889923ca8cf6d174864884589b21a3a (patch)
tree3f317ae0f59ff142ca6e498569e3adb609bc0669 /gemfeed/2023-12-10-bash-golf-part-3.gmi
parent03a2cf8147eb2b06404be42314a3134bf835bad9 (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.gmi3
1 files changed, 1 insertions, 2 deletions
diff --git a/gemfeed/2023-12-10-bash-golf-part-3.gmi b/gemfeed/2023-12-10-bash-golf-part-3.gmi
index 77f4df6a..576b6735 100644
--- a/gemfeed/2023-12-10-bash-golf-part-3.gmi
+++ b/gemfeed/2023-12-10-bash-golf-part-3.gmi
@@ -355,6 +355,7 @@ echo baz
So what happened? The `echo baz` line was appended to the script while it was still executed! And the interpreter also picked it up! It tells us that Bash evaluates each line as it encounters it. This can lead to nasty side effects when editing the script while it is still being executed! You should always keep this in mind!
+E-Mail your comments to `paul@nospam.buetow.org` :-)
Other related posts are:
@@ -364,6 +365,4 @@ Other related posts are:
=> ./2022-01-01-bash-golf-part-2.gmi 2022-01-01 Bash Golf Part 2
=> ./2023-12-10-bash-golf-part-3.gmi 2023-12-10 Bash Golf Part 3 (You are currently reading this)
-E-Mail your comments to `paul@nospam.buetow.org` :-)
-
=> ../ Back to the main site