do_something 2>&1 | tee -a some_file
This is going to redirect everything to file and print it to stdout.
|
2 | added 94 characters in body | ||
This is going to redirect everything to file and print it to stdout. |
||||
|
1 |
|
||
|
||||