From 89f83d49ad7d4cd8baa815993d3172ca72e5b30e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 8 Apr 2023 12:32:25 +0300 Subject: Update content for html --- gemfeed/2021-11-29-bash-golf-part-1.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'gemfeed/2021-11-29-bash-golf-part-1.html') diff --git a/gemfeed/2021-11-29-bash-golf-part-1.html b/gemfeed/2021-11-29-bash-golf-part-1.html index 1495c3b2..52a1db82 100644 --- a/gemfeed/2021-11-29-bash-golf-part-1.html +++ b/gemfeed/2021-11-29-bash-golf-part-1.html @@ -10,7 +10,7 @@

Bash Golf Part 1



-Published at 2021-11-29T14:06:14+00:00; Updated at 2022-01-05
+Published at 2021-11-29T14:06:14+00:00; Updated at 2022-01-05

 
@@ -26,8 +26,8 @@ jgs^^^^^^^`^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
This is the first blog post about my Bash Golf series. This series is about random Bash tips, tricks and weirdnesses I came across. It's a collection of smaller articles I wrote in an older (in German language) blog, which I translated and refreshed with some new content.

-2022-01-01 Bash Golf Part 2
-2021-11-29 Bash Golf Part 1 (You are currently reading this)
+2022-01-01 Bash Golf Part 2
+2021-11-29 Bash Golf Part 1 (You are currently reading this)

TCP/IP networking



@@ -177,7 +177,7 @@ foo bar baz
In case you know more (subtle) differences, please write me an E-Mail and let me know.

-Update: A reader sent me an E-Mail and pointed me to the Bash manual page, which explains the difference between () and {} (I should have checked that by myself):
+Update: A reader sent me an E-Mail and pointed me to the Bash manual page, which explains the difference between () and {} (I should have checked that by myself):

 (list) list is executed in a subshell environment (see COMMAND EXECUTION ENVIRONMENT
@@ -476,14 +476,14 @@ bash: line 1: 1/10.0 : syntax error: invalid arithmetic operator (error token is
 
Other related posts are:

-2022-01-01 Bash Golf Part 2
-2021-11-29 Bash Golf Part 1 (You are currently reading this)
-2021-06-05 Gemtexter - One Bash script to rule it all
-2021-05-16 Personal Bash coding style guide
+2022-01-01 Bash Golf Part 2
+2021-11-29 Bash Golf Part 1 (You are currently reading this)
+2021-06-05 Gemtexter - One Bash script to rule it all
+2021-05-16 Personal Bash coding style guide

E-Mail your comments to hi@paul.cyou :-)

-Back to the main site
+Back to the main site