From 3378fc7b7c67d3a7e43f35ce866eea17438623ae Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 24 Mar 2023 12:14:14 +0200 Subject: Update content for html --- gemfeed/2021-11-29-bash-golf-part-1.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 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 d85ed297..91fef0d5 100644 --- a/gemfeed/2021-11-29-bash-golf-part-1.html +++ b/gemfeed/2021-11-29-bash-golf-part-1.html @@ -22,8 +22,8 @@ jgs^^^^^^^`^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Art by Joan Stark

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.

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

TCP/IP networking

You probably know the Netcat tool, which is a swiss army knife for TCP/IP networking on the command line. But did you know that the Bash natively supports TCP/IP networking?

Have a look here how that works:

@@ -376,6 +376,11 @@ bash: line 1: 1/10.0 : syntax error: invalid arithmetic operator (error token is .10

See you later for the next post of this series.

+

More 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

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

Back to the main site