From 563b1efe8f217f64686153e5efd2db51e0d35ab0 Mon Sep 17 00:00:00 2001 From: koalaman Date: Fri, 19 Jan 2018 18:18:07 -0800 Subject: [PATCH] Updated SC2129 (markdown) --- SC2129.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SC2129.md b/SC2129.md index 9671014..4756285 100644 --- a/SC2129.md +++ b/SC2129.md @@ -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) \ No newline at end of file