Updated SC2002 (markdown)

Vidar Holen
2024-08-31 18:40:02 -07:00
parent ba55b84449
commit 010a41f6f0

@@ -1,5 +1,9 @@
# Useless cat. Consider `cmd < file | ..` or `cmd file | ..` instead.
This suggestion was enabled by default up to and including ShellCheck 0.10.0.
In later versions, it is [[optional]]. It must be explicitly enabled with a [[directive]] `enable=useless-use-of-cat` in a `# shellcheck` comment or `.shellcheckrc`
### Problematic code:
```sh