Pergunta de entrevista da empresa Simons Foundation

In Linux, how do you follow a log file?

Resposta da entrevista

Sigiloso

9 de nov. de 2016

"tail -f /path/to/logfile" OR "tail -F /path/to/logfile" if it's a rotating log.