Updated SC2189 (markdown)

Eisuke Kawashima
2025-07-29 10:56:05 +09:00
parent 1f40b5b066
commit ddd3998b36

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