diff options
| author | Paul Buetow <paul@buetow.org> | 2024-08-24 19:59:33 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-08-24 19:59:33 +0300 |
| commit | 113ff70ba3a1d828933a2d69a533f1124363a0bd (patch) | |
| tree | ec82261b1a9bc1ddeb815b356963590c7bd33ee5 /gemfeed/2021-11-29-bash-golf-part-1.md | |
| parent | 5fa502f812938641419ef0d449cf80e6ba02027c (diff) | |
Update content for md
Diffstat (limited to 'gemfeed/2021-11-29-bash-golf-part-1.md')
| -rw-r--r-- | gemfeed/2021-11-29-bash-golf-part-1.md | 15 |
1 files changed, 15 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 062a7cfd..d0e4fb26 100644 --- a/gemfeed/2021-11-29-bash-golf-part-1.md +++ b/gemfeed/2021-11-29-bash-golf-part-1.md @@ -14,6 +14,21 @@ jgs^^^^^^^`^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Art by Joan Stark ``` +## Table of Contents + +* [⇢ Bash Golf Part 1](#bash-golf-part-1) +* [⇢ ⇢ Introduction](#introduction) +* [⇢ ⇢ TCP/IP networking](#tcpip-networking) +* [⇢ ⇢ Process substitution](#process-substitution) +* [⇢ ⇢ Grouping](#grouping) +* [⇢ ⇢ Expansions](#expansions) +* [⇢ ⇢ - aka stdin and stdout placeholder](#--aka-stdin-and-stdout-placeholder) +* [⇢ ⇢ Alternative argument passing](#alternative-argument-passing) +* [⇢ ⇢ : aka the null command](#-aka-the-null-command) +* [⇢ ⇢ (No) floating point support](#no-floating-point-support) + +## Introduction + 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 (You are currently reading this)](./2021-11-29-bash-golf-part-1.md) |
