Home » Questions » Computers [ Ask a new question ]

Why does less tail mode stop working?

Why does less tail mode stop working?

Using the less command on linux in tail mode (F command or less -f) consistently stops working on certain machines and/or certain files. New changes simply stop showing up.

Asked by: Guest | Views: 206
Total answers/comments: 1
Guest [Entry]

maybe you could try tail -f [filename] instead?