diff --git a/README.md b/README.md index 35dd09c..faa6be5 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ Scope: - In Bash, redirect both standard output and standard error via: `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 `