jklcrash has asked for the wisdom of the Perl Monks concerning the following question:
I orginially triedtail -f "filename" | grep "foo"
but there is a buffer issue it doesn't start writing until roughly 800 entries are present in the file im tailing. I am just curious if any one has a perl module that is equivialent to tail -ftail -f "filename" | grep "goo" >>./file.txt
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl equivilant to tail -f
by runrig (Abbot) on Mar 07, 2006 at 20:00 UTC | |
by jklcrash (Initiate) on Mar 07, 2006 at 20:10 UTC | |
|
Re: Perl equivilant to tail -f
by davidrw (Prior) on Mar 07, 2006 at 20:25 UTC | |
|
Re: Perl equivilant to tail -f
by ikegami (Patriarch) on Mar 07, 2006 at 20:10 UTC | |
|
Re: Perl equivilant to tail -f
by smokemachine (Hermit) on Mar 07, 2006 at 23:25 UTC |