Skip to main content
3 events
when toggle format what by license comment
May 10, 2017 at 15:25 comment added Stéphane Chazelas Or just (process A; process B) > ./STDOUT_AND_STDERR.txt 2>&1 for your last example. Or (process A & process B & wait) > ./STDOUT_AND_STDERR.txt 2>&1 if they need to run in parallel.
May 10, 2017 at 15:21 history edited Daniel Andersen CC BY-SA 3.0
added 238 characters in body
May 10, 2017 at 15:13 history answered Daniel Andersen CC BY-SA 3.0