Page tree

Versions Compared

Key

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

...

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

References

How do I write stderr to a file while using "tee" with a pipe? - http://stackoverflow.com/questions/692000/how-do-i-write-stderr-to-a-file-while-using-tee-with-a-pipe