Using the TAIL command to review log files
The ‘tail’ command is an easy way of viewing the last few lines of any file (most frequently log files). By default, ‘tail’ prints the last ten lines of a file. This is really useful…
The ‘tail’ command is an easy way of viewing the last few lines of any file (most frequently log files). By default, ‘tail’ prints the last ten lines of a file. This is really useful…