Comment by daurnimator

10 years ago

That's the difference between 'tail -f' and 'tail -F' and is implemented in every tail I know of.

indeed. `tail -qF` has been muscle memory for me for as long as I can remember.

if you have long lived sessions tail'ing logs that get rotated (or truncated), forgetting -F is a good way to eventually end up confused, ctrl-c'ing, and finally cursing.