in reply to How do I tail -f a file if it is NFS mounted?
I'm really not that much of an idiot. really.for (;;) { for ($curpos = tell(FILE); $_ = <FILE>; $curpos = tell(FILE)) { # search for some stuff and put it into files } sleep($for_a_while); seek(FILE, $curpos, 0); }
|
|---|