mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-01-03 09:47:32 -08:00
Updated SC2129 (markdown)
parent
eb433cc432
commit
563b1efe8f
@ -23,6 +23,10 @@ cat stuff >> file
|
||||
|
||||
Rather than adding `>> something` after every single line, you can simply group the relevant commands and redirect the group.
|
||||
|
||||
### Exceptions
|
||||
### Exceptions:
|
||||
|
||||
This is mainly a stylistic issue, and can freely be ignored.
|
||||
|
||||
### Related resources:
|
||||
|
||||
* [BashFaq: How can I redirect the output of multiple commands at once?](https://mywiki.wooledge.org/BashFAQ/014)
|
Loading…
Reference in New Issue
Block a user