Question d’entretien chez Nagra Kudelski Group

What does the Linux command "tail -f" does?

Réponse à la question d'entretien

Utilisateur anonyme

9 août 2017

shows the last n number of lines of a file and continues to follow, especially helpful when watching log files when combined with | grep or | egrep.

1