If a running script is running on the background of a computer and you would like to monitor its log file output do this in a terminal:
tail -f <name of the script's log file>
If a running script is running on the background of a computer and you would like to monitor its log file output do this in a terminal:
tail -f <name of the script's log file>
How_To/Monitor_the_status_of_a_running_script (last edited 2012-01-03 23:02:40 by localhost)