|
|
| more useful options | |
| PerlMonks |
Re: Copy STDOUT and STDERR to logfile and also display to screenby kirbyk (Friar) |
| on Aug 10, 2005 at 18:05 UTC ( #482690=note: print w/ replies, xml ) | Need Help?? |
|
In addition to the more generic advice, if you're on a unix system, most people just do 'tail -f filename'. The 'tail' command gives you the last lines of a file, and the -f argument 'streams' new input into the screen. You can specify multiple files and it will intersperse changes sensibly. -- Kirby, WhitePages.com
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||