From c06a16a520f7514ef5af09042241067bca808dd5 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 10 Dec 2023 07:55:38 +0200 Subject: add errand --- gemfeed/2022-01-01-bash-golf-part-2.gmi.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gemfeed/2022-01-01-bash-golf-part-2.gmi.tpl b/gemfeed/2022-01-01-bash-golf-part-2.gmi.tpl index ceb85ba1..a59c9d9e 100644 --- a/gemfeed/2022-01-01-bash-golf-part-2.gmi.tpl +++ b/gemfeed/2022-01-01-bash-golf-part-2.gmi.tpl @@ -46,6 +46,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: * Redirect stderr to stdin: "echo foo 2>&1" -- cgit v1.2.3