summaryrefslogtreecommitdiff
path: root/gemfeed/2021-11-29-bash-golf-part-1.gmi
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-12-31 23:41:02 +0000
committerPaul Buetow <paul@buetow.org>2021-12-31 23:41:02 +0000
commite92e36f120b19fa673bcf0bd68e0c46bac2d8a85 (patch)
treeb76c9f43ef25d0689ba83e1d00db63d5f12dbf15 /gemfeed/2021-11-29-bash-golf-part-1.gmi
parent0bee8a73d1a268f4074785926f91ad30525573db (diff)
Publishing new version
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?