diff options
| author | Paul Buetow <paul@buetow.org> | 2024-08-26 23:07:44 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-08-26 23:07:44 +0300 |
| commit | 9bb115af8b870e1171356ef3a7b3ddfff8dedd4f (patch) | |
| tree | 07592f7ddfe903dcde9c54da05b0fbe4ec1bdf22 /gemfeed/2022-01-01-bash-golf-part-2.md | |
| parent | 238eb92c1f28ecb4d44089b230f3345eecdc1af0 (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 | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/gemfeed/2022-01-01-bash-golf-part-2.md b/gemfeed/2022-01-01-bash-golf-part-2.md index 5f6df763..d1330128 100644 --- a/gemfeed/2022-01-01-bash-golf-part-2.md +++ b/gemfeed/2022-01-01-bash-golf-part-2.md @@ -2,6 +2,12 @@ > Published at 2022-01-01T23:36:15+00:00; Updated at 2022-01-05 +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) +[2022-01-01 Bash Golf Part 2 (You are currently reading this)](./2022-01-01-bash-golf-part-2.md) +[2023-12-10 Bash Golf Part 3](./2023-12-10-bash-golf-part-3.md) + ``` '\ '\ . . |>18>> @@ -17,7 +23,6 @@ jgs^^^^^^^`^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ## Table of Contents * [⇢ Bash Golf Part 2](#bash-golf-part-2) -* [⇢ ⇢ Introduction](#introduction) * [⇢ ⇢ Redirection](#redirection) * [⇢ ⇢ HERE](#here) * [⇢ ⇢ RANDOM](#random) @@ -26,14 +31,6 @@ jgs^^^^^^^`^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ * [⇢ ⇢ ⇢ -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) -[2022-01-01 Bash Golf Part 2 (You are currently reading this)](./2022-01-01-bash-golf-part-2.md) -[2023-12-10 Bash Golf Part 3](./2023-12-10-bash-golf-part-3.md) - ## Redirection Let's have a closer look at Bash redirection. As you might already know that there are 3 standard file descriptors: |
