Pipe Stdout and Stderr to Separate Commands

some_command > >(/bin/cmd_for_stdout) 2> >(/bin/cmd_for_stderr)