I think this is better..
less -N +F <filepath>
As it allows you to use all the tools of less on the specified output lines; e.g.
- to output to an external file by typing
-o filename.log - to scroll back and search within the output
It should be noted that the "flow" or stream must be interrupted before those other functions can be utilized.