Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

1
  • I would earn myself a -1000 with this answer: As the whole use for tee is to see what's going on, I would just open a second terminal, redirect everything with the usual idiom command > file > 2>&1 (or the other way around) and use tail -f file on the second term. In modern ones (or screen/tmux) you can have that in a single screen. But using two xterms isn't difficult either. Commented Jun 26 at 9:14