From 580fe08eb0c221e4f88c74725528d12e0e006f25 Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Fri, 12 Nov 2021 19:27:58 +0100 Subject: [PATCH] Updated SC2069 (markdown) --- SC2069.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2069.md b/SC2069.md index 82e0fa7..f8b391d 100644 --- a/SC2069.md +++ b/SC2069.md @@ -1,4 +1,4 @@ -## To redirect stdout+stderr, 2>&1 must be last (or use '{ cmd > file; } 2>&1' to clarify). +## To redirect stdout+stderr, `2>&1` must be last (or use `{ cmd > file; } 2>&1` to clarify). ### Problematic code: