Updated SC2143 (markdown)

Joachim Ansorg
2021-11-12 19:38:49 +01:00
parent 017e041907
commit 70b81eb3d3

@@ -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