In a recent article, I showed how toprint a script’s output to both a log file and stdout.Some of you might be wondering why I used a { group command; } piped into tee for this,rather than >(process substition). Let me explain.
Source: Process Substitution And Race Conditions – Wood’s Words