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
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
‘Premature end of scrip headers’ error message refers to the script being stopped for whatever reason before it actually return any output to the browser. The first time to check…