show/hide this revision's text 2 added 94 characters in body
do_something 2>&1 | tee -a some_file

This is going to redirect everything to file and print it to stdout.

show/hide this revision's text 1
do_something 2>&1 | tee -a some_file