Pregunta de entrevista de Nagra Kudelski Group

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

Respuesta de la entrevista

Anónimo

9 ago 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