Watch a Log File for Changes using tail
Sunday, September 2nd, 2007
<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]