mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Updated SC2069 (markdown)
@@ -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)
|
||||
|
Reference in New Issue
Block a user