From ddd3998b36787ba119a3e24a8fd00e2ef3659fa1 Mon Sep 17 00:00:00 2001 From: Eisuke Kawashima Date: Tue, 29 Jul 2025 10:56:05 +0900 Subject: [PATCH] Updated SC2189 (markdown) --- SC2189.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2189.md b/SC2189.md index c9fc65e..4475c85 100644 --- a/SC2189.md +++ b/SC2189.md @@ -18,7 +18,7 @@ ShellCheck has found a stage in a pipeline that consists of a redirection but no This is most likely to occur when deleting a command that had a redirection, but leaving a `|` behind instead of moving the redirection to a different command: -``` +```sh # Match lines with line numbers nl < foo.txt | grep bar