summaryrefslogtreecommitdiff
path: root/gemfeed/2021-11-29-bash-golf-part-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'gemfeed/2021-11-29-bash-golf-part-1.html')
-rw-r--r--gemfeed/2021-11-29-bash-golf-part-1.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/gemfeed/2021-11-29-bash-golf-part-1.html b/gemfeed/2021-11-29-bash-golf-part-1.html
index 46fbe5ec..48bd07af 100644
--- a/gemfeed/2021-11-29-bash-golf-part-1.html
+++ b/gemfeed/2021-11-29-bash-golf-part-1.html
@@ -21,6 +21,8 @@ jgs^^^^^^^`^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
</pre>
<p class="quote"><i>Published by Paul Buetow 2021-11-29</i></p>
<p>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.</p>
+<a class="textlink" href="./2021-11-29-bash-golf-part-1.html">Bash Golf Part 1 (you are reding this atm.)</a><br />
+<a class="textlink" href="./2022-01-01-bash-golf-part-2.html">Bash Golf Part 2</a><br />
<h2>TCP/IP networking</h2>
<p>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?</p>
<p>Have a look here how that works:</p>