From fe7015b22b8518020a247bad4ea0e572ea643a92 Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Fri, 12 Nov 2021 19:50:57 +0100 Subject: [PATCH] Updated SC2216 (markdown) --- SC2216.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2216.md b/SC2216.md index d309a19..bb5984d 100644 --- a/SC2216.md +++ b/SC2216.md @@ -1,4 +1,4 @@ -## Piping to 'rm', a command that doesn't read stdin. Wrong command or missing xargs? +## Piping to `rm`, a command that doesn't read stdin. Wrong command or missing `xargs`? ### Problematic code: