--- Douglas Kramer <[EMAIL PROTECTED]> wrote:
> When I use and specify output, all the output
> is redirected
> from the display to the log file.
>
> output="build.log">
>
> I want to be able to also view the output as it
> runs.
> Is there any way to send both standard out and
> standard
You use records for that. You surround any task with your recorder and get a
copy of screen output
to a (specified) file. Example:
This is cool
--- Douglas Kramer <[EMAIL PROTECTED]> a écrit :
> When I use and specify ou
When I use and specify output, all the output is redirected
from the display to the log file.
I want to be able to also view the output as it runs.
Is there any way to send both standard out and standard error
simultaneously to both a log file and the display?
I'm basically looking for the equ