summaryrefslogtreecommitdiff
path: root/gemfeed/2021-11-29-bash-golf-part-1.gmi
diff options
context:
space:
mode:
Diffstat (limited to 'gemfeed/2021-11-29-bash-golf-part-1.gmi')
-rw-r--r--gemfeed/2021-11-29-bash-golf-part-1.gmi3
1 files changed, 3 insertions, 0 deletions
diff --git a/gemfeed/2021-11-29-bash-golf-part-1.gmi b/gemfeed/2021-11-29-bash-golf-part-1.gmi
index 43c27ba1..31fb05b1 100644
--- a/gemfeed/2021-11-29-bash-golf-part-1.gmi
+++ b/gemfeed/2021-11-29-bash-golf-part-1.gmi
@@ -16,6 +16,9 @@ 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.
+=> ./2021-11-29-bash-golf-part-1.gmi Bash Golf Part 1 (you are reding this atm.)
+=> ./2022-01-01-bash-golf-part-2.gmi Bash Golf Part 2
+
## 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?