diff options
| author | Paul Buetow <paul@buetow.org> | 2023-03-24 12:14:14 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-03-24 12:14:14 +0200 |
| commit | 23ca7eac9cca83e00fcf9d56bfb4b4d5d7572d02 (patch) | |
| tree | 1601aac65e182364309e0c71c0584f802aedbe42 /gemfeed/2022-01-01-bash-golf-part-2.md | |
| parent | 4d948340657d0096b6aeff5d0a2c04da2f6aff12 (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 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/gemfeed/2022-01-01-bash-golf-part-2.md b/gemfeed/2022-01-01-bash-golf-part-2.md index 8bfd29be..6e11e052 100644 --- a/gemfeed/2022-01-01-bash-golf-part-2.md +++ b/gemfeed/2022-01-01-bash-golf-part-2.md @@ -16,8 +16,8 @@ jgs^^^^^^^`^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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. -[Bash Golf Part 1](./2021-11-29-bash-golf-part-1.md) -[Bash Golf Part 2 (you are reading this atm.)](./2022-01-01-bash-golf-part-2.md) +[2022-01-01 Bash Golf Part 2 (You are currently reading this)](./2022-01-01-bash-golf-part-2.md) +[2021-11-29 Bash Golf Part 1](./2021-11-29-bash-golf-part-1.md) ## Redirection @@ -480,6 +480,13 @@ To change this behaviour, pipefile can be used. Now, the pipes exit status is 1 1 ``` +More related posts are: + +[2022-01-01 Bash Golf Part 2 (You are currently reading this)](./2022-01-01-bash-golf-part-2.md) +[2021-11-29 Bash Golf Part 1](./2021-11-29-bash-golf-part-1.md) +[2021-06-05 Gemtexter - One Bash script to rule it all](./2021-06-05-gemtexter-one-bash-script-to-rule-it-all.md) +[2021-05-16 Personal Bash coding style guide](./2021-05-16-personal-bash-coding-style-guide.md) + E-Mail your comments to hi@paul.cyou :-) [Back to the main site](../) |
