1.

What Is The Best Way To See The End Of A Logfile.log File?

Answer»

Use tail command - output the last part of FILES
tail -N file_name ( the last N lines, INSTEAD of the last 10 as DEFAULT)

Use tail command - output the last part of files
tail -n file_name ( the last N lines, instead of the last 10 as default)



Discussion

No Comment Found