Pergunta de entrevista da empresa Nagra Kudelski Group

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

Resposta da entrevista

Sigiloso

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