
Tag: command

How To use Linux tail command with examples
(: August 4, 2019) Introduction The tail command is used to output the last part of files. If you are examining a huge file of logs or any file you are examining and you are only interested with the last few lines of the text file, then tail becomes your good buddy. Syntax The command…