Redirection
Redirection to a file should have a single space after the operator before the file. If the file contains a variable, it should be quoted. File descriptor alterations should have no whitespace. All redirections should occur at the end of the line. Do not quote static paths unless they contain special characters (~!#$*();`'"<>?\
).
Here document redirections should appear at the end of the line.
Last updated