diff --git a/README.md b/README.md index 9b854a4..d9000ec 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ Notes: - Know about "here documents" in Bash, as in `cat <logfile 2>&1`. Often, to ensure a command does not leave an open file handle to standard input, tying it to the terminal you are in, it is also good practice to add `logfile` (which means `some-command >logfile 2>&1`). Often, to ensure a command does not leave an open file handle to standard input, tying it to the terminal you are in, it is also good practice to add `