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/2022-01-01-bash-golf-part-2.md | |
| parent | 5fa502f812938641419ef0d449cf80e6ba02027c (diff) | |
Update content for md
Diffstat (limited to 'gemfeed/2022-01-01-bash-golf-part-2.md')
| -rw-r--r-- | gemfeed/2022-01-01-bash-golf-part-2.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gemfeed/2022-01-01-bash-golf-part-2.md b/gemfeed/2022-01-01-bash-golf-part-2.md index e7d11702..5f6df763 100644 --- a/gemfeed/2022-01-01-bash-golf-part-2.md +++ b/gemfeed/2022-01-01-bash-golf-part-2.md @@ -14,6 +14,20 @@ jgs^^^^^^^`^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Art by Joan Stark, mod. by Paul Buetow ``` +## Table of Contents + +* [⇢ Bash Golf Part 2](#bash-golf-part-2) +* [⇢ ⇢ Introduction](#introduction) +* [⇢ ⇢ Redirection](#redirection) +* [⇢ ⇢ HERE](#here) +* [⇢ ⇢ RANDOM](#random) +* [⇢ ⇢ set -x and set -e and pipefile](#set--x-and-set--e-and-pipefile) +* [⇢ ⇢ ⇢ -x](#-x) +* [⇢ ⇢ ⇢ -e](#-e) +* [⇢ ⇢ ⇢ pipefail](#pipefail) + +## Introduction + This is the second blog post about my Bash Golf series. This series is 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](./2021-11-29-bash-golf-part-1.md) |
