Reading the same stdin with two commands in bash
In bash: command source | tee >(command2) >(command3)
From this stackoverflow question. I haven't tried this with ginormous outputs.
In bash: command source | tee >(command2) >(command3)
From this stackoverflow question. I haven't tried this with ginormous outputs.