From 625f513e15548a9bbf60134ff6e8b350a44ec90b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 10 Dec 2023 07:56:23 +0200 Subject: Update content for html --- gemfeed/2022-01-01-bash-golf-part-2.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gemfeed/2022-01-01-bash-golf-part-2.html') diff --git a/gemfeed/2022-01-01-bash-golf-part-2.html b/gemfeed/2022-01-01-bash-golf-part-2.html index 4106611c..0e24262b 100644 --- a/gemfeed/2022-01-01-bash-golf-part-2.html +++ b/gemfeed/2022-01-01-bash-golf-part-2.html @@ -57,6 +57,8 @@ Foo Foo
+Update: A reader pointed out, that the redirection should actually go to /proc/self/fd/1 and not 0. But apparently, either way works for this particular example. Do you know why?
+
Other useful redirections are: