Performance effects mentioned

c1phered
2018-10-19 08:14:01 +02:00
parent ca819deb29
commit 985fa69461

@@ -21,7 +21,7 @@ cat stuff >> file
### Rationale: ### Rationale:
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. So the file has to be opened and closed only once and it means a performance gain.
### Exceptions: ### Exceptions: