diff --git a/README.md b/README.md index dbfeea2..23ca7b1 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ Notes: - In Bash, redirect both standard output and standard error via: `some-command >logfile 2>&1` or `some-command &>logfile`. 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 `