Hello managers,
I need to execute a script using remote shell from my PC and save a log file
with the output. But if I use, for example (./test > output.log) I can't see
the output at the same time that script is running.
Is it possible to see script execution and write a log file at the same
time?
The solution with 'nohup script > output_file &' and 'tail -f <output_file)'
does not resolve my problem.
Any ideas/hints?
Thanks
Guilherme Araujo
Received on Fri Feb 09 2001 - 12:33:32 NZDT