Posts Tagged With: listen

Watch a Log File for Changes using tail

Tagged with: , , , , , ,

<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]

No Comments »