The tail command, on most Unix-style operating systems, lets you display the last 10 or so lines of a text file. Tail also supports a feature allowing you to display new lines as they appear in the file. This feature of tail is most commonly used for displaying the results of log or debug files, [...]