diff --git a/README.md b/README.md index ebb5b08..31e7033 100755 --- a/README.md +++ b/README.md @@ -156,7 +156,13 @@ Notes: } ``` -- Know about "here documents" in Bash, as in `cat <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 `