Y
Hacker News
new
|
ask
|
show
|
jobs
by
jcfrei
4097 days ago
The biggest nag I have with tail is that it stops tracking a file once it gets moved and a new one is created in its place (through log rotation).
1 comments
vially
4097 days ago
As mentioned by others in this thread, you can use: "tail -F data.log"
link