Hello wise ones, I don't see a lot of questions about this, which leads me to believe I might be missing something simple. What I want to do is have users run a script and be able to view the output/erros as it executes. At the same time I would like to have the output/erros write to a log. I know how to redirect STDOUT/STDERR, but can that be done and also display it to the screen in real time?
Thanks in advance
I asked another question about this issue as well as posting additional code.