summaryrefslogtreecommitdiff
path: root/gemfeed/2021-11-29-bash-golf-part-1.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-12-31 23:41:07 +0000
committerPaul Buetow <paul@buetow.org>2021-12-31 23:41:07 +0000
commit83f8e23b5b354778303700a977558c79e000a585 (patch)
tree80246b9a7d156b5202b1dda4e9bb5a69421d8c5b /gemfeed/2021-11-29-bash-golf-part-1.md
parent4d669cced6951eb45fca03fa8d76502c5b4823e5 (diff)
Publishing new version
Diffstat (limited to 'gemfeed/2021-11-29-bash-golf-part-1.md')
-rw-r--r--gemfeed/2021-11-29-bash-golf-part-1.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/gemfeed/2021-11-29-bash-golf-part-1.md b/gemfeed/2021-11-29-bash-golf-part-1.md
index 80ac1014..2cce7541 100644
--- a/gemfeed/2021-11-29-bash-golf-part-1.md
+++ b/gemfeed/2021-11-29-bash-golf-part-1.md
@@ -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.
+[Bash Golf Part 1 (you are reding this atm.)](./2021-11-29-bash-golf-part-1.md)
+[Bash Golf Part 2](./2022-01-01-bash-golf-part-2.md)
+
## 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?