From 385b9b39ce10409045ad8f9b808d2ece180293c9 Mon Sep 17 00:00:00 2001 From: aneasystone Date: Sat, 15 Aug 2015 18:34:04 +0800 Subject: [PATCH] The easy way to redirect both standard output and standard error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a41294..519b8f0 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,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 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 `