Just a note on the tail command, I have found that what works best is: touch g_debug.txt c_debug.txt ; tail -F ?_debug.txt &
the -F is shorthand for --follow=file --retry the touch command is required to get it started if the files don't exist at the time. --- James _______________________________________________ Ohrrpgce mailing list [email protected] http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org
