From: Lady Date: Fri, 24 May 2024 03:21:50 +0000 (-0400) Subject: Reformat redirections X-Git-Tag: 0.9.2^0 X-Git-Url: https://git.ladys.computer/Shushe/commitdiff_plain/3339490e52d47775af7ec4a5d2e7b683ec9541b1?hp=3339490e52d47775af7ec4a5d2e7b683ec9541b1 Reformat redirections - Remove the space after, but not before redirection operators. - Do `>>/dev/null` instead of `> /dev/null`; appending makes more logical sense in this case. - Use `>|` for other outputs because this makeĀ·file should always clobber. ---