Sollicitatievraag bij Nagra Kudelski Group

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

Antwoord op sollicitatievraag

Anoniem

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