I am new to using tee
command.
I am trying to run one of my program which takes long time to finish but it prints out information as it progresses. I am using 'tee' to save the output to a file as well as to see the output in the shell (bash
).
But the problem is tee
doesn't forward the output to shell until the end of my command.
Is there any way to do that ?
I am using Debian and bash
.