How can I observe a logfile continuously?

With the command:

tail -f /path/to/logfile

you will see all lines added to the logfile. To stop this, press [CTRL] + c

Share this page:

1 Comment(s)