Display last few lines for a file in linux shell

To display the default last 10 lines for a file…

tail error_log.txt

To display a specified no of lines for a file…

tail -15 error_log.txt

Similar Posts:

VN:F [1.9.22_1171]
Rating: 10.0/10 (1 vote cast)
Display last few lines for a file in linux shell, 10.0 out of 10 based on 1 rating