From a1f4bc984fe1ebdbefe05555eb47f9620b3cedb0 Mon Sep 17 00:00:00 2001 From: rbenet <105069716+rbenet@users.noreply.github.com> Date: Thu, 4 Jul 2024 12:13:58 +0100 Subject: [PATCH] Changed example text to match explanation leading to it. --- SC2210.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2210.md b/SC2210.md index e27f0fb..606dc4d 100644 --- a/SC2210.md +++ b/SC2210.md @@ -33,4 +33,4 @@ If you do want to create a file named `4`, you can quote it to silence shellchec ### Exceptions: -If you use the `&>` form of redirection, as in `foo > /dev/null 2>&1`, it will trigger this warning. You can safely ignore this warning if that is what triggered it, or change your redirection operator to the semantically preferable `>&`. \ No newline at end of file +If you use the `&>` form of redirection, as in `foo > /dev/null 2&>1`, it will trigger this warning. You can safely ignore this warning if that is what triggered it, or change your redirection operator to the semantically preferable `>&`. \ No newline at end of file