Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Warning

I have yet to personally try this.


Note

This command will only work in bash which has process substitution.


Code Block
languagebash
command > >(tee stdout.log) 2> >(tee stderr.log >&2)

...