employer cover photo
employer logo
employer logo

Nagra Kudelski Group

Is this your company?

Nagra Kudelski Group interview question

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

Interview Answer

Anonymous

Aug 9, 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