Updated SC2069 (markdown)

koalaman
2018-01-19 18:37:10 -08:00
parent 6c94a88585
commit 9ea0d74be2

@@ -25,3 +25,8 @@ In other words, the problematic code hides stdout and shows stderr. The correct
### Exceptions
If you want stderr as stdout and stdout to a file, you can ignore this message.
### Related resources:
* [Bash Pitfalls: somecmd 2>&1 >>logfile](https://mywiki.wooledge.org/BashPitfalls#pf43)
* [BashFaq: Tell me all about 2>&1 -- what's the difference between 2>&1 >foo and >foo 2>&1, and when do I use which?](https://mywiki.wooledge.org/BashFAQ/055)