From: Trent Huber Date: Wed, 15 Oct 2025 21:06:08 +0000 (-0400) Subject: Update quirks in README.md X-Git-Url: https://trenthuber.com/code?a=commitdiff_plain;h=502d051738e23a1a65f6b132ce5998b87e3727a7;p=thus.git Update quirks in README.md --- diff --git a/README.md b/README.md index 5f134a0..ca18c4f 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,11 @@ The `$HOME$`, `$PWD$`, and `$PATH$` environment variables are always initialized with trailing slashes. Therefore, whenever one of these variables or `~` is substituted in the shell, it will retain the trailing slash. +### File redirection + +For the sake of syntactic consistency, there is no whitespace between a file +redirection operator and the filename that comes after it. + ## Resources - [TTY Demystified](http://www.linusakesson.net/programming/tty/)