Changed example text to match explanation leading to it.

rbenet
2024-07-04 12:13:58 +01:00
parent b7bc5816a7
commit a1f4bc984f

@@ -33,4 +33,4 @@ If you do want to create a file named `4`, you can quote it to silence shellchec
### Exceptions: ### 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 `>&`. 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 `>&`.