Are you just looking for why someone would use the command in practical application? If so it is commonly used to tail error log files while testing new applications. For instance, if you publish a new wordpress plugin you would want to tail -f your apache error logs to make sure it doesn't start causing problems.
|