in reply to Re^3: Searching a string in running file
in thread Searching a string in running file
Hi Hauke, The File::Tail can't be used because my server doesnt let us install anything , and this package is not installed on the machine, i was using the shell "tail" function but the problem with that is when the file ends this function gets hanged . Also since my requirement is to just see if that particular string gets repeated with different numbers , i can't figure out how to write a function for it because the log file is constantly be written by another script. could u give me a head start so that i can improvise and implement.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Searching a string in running file
by Corion (Patriarch) on Jul 19, 2016 at 06:52 UTC | |
|
Re^5: Searching a string in running file
by haukex (Archbishop) on Jul 19, 2016 at 11:07 UTC | |
|
Re^5: Searching a string in running file
by Marshall (Canon) on Jul 19, 2016 at 16:15 UTC |