Watch a Log File for Changes using tail
Tagged with: cli, command, Linux, listen, log, tail, watch
Sunday, September 2nd, 2007 11:40 PM
<p class=”intro”>This command will let you watch a log file for changes as soon as they happen.</p>
<pre><code class=”cli”>
tail -f log/development.log
</code></pre>
[tags]log,listen,watch,tail,command,linux,cli[/tags]