Updated SC2129 (markdown)

koalaman
2018-01-19 18:18:07 -08:00
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. 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. 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)