From 70b81eb3d3f34e04b07b72e1ee697d72302fe750 Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Fri, 12 Nov 2021 19:38:49 +0100 Subject: [PATCH] Updated SC2143 (markdown) --- SC2143.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SC2143.md b/SC2143.md index 6f3904c..8238ba9 100644 --- a/SC2143.md +++ b/SC2143.md @@ -1,4 +1,5 @@ -## Use grep -q instead of comparing output with [ -n .. ]. +## Use `grep -q` instead of comparing output with `[ -n .. ]`. + ### Problematic code: ```sh