Command
tailExplanation
tail is used to output the last part of files. It outputs the last part of the files.
Examples
Show last 10 lines
tail file.logFollow log in real-time
tail -f file.logtailtail is used to output the last part of files. It outputs the last part of the files.
Show last 10 lines
tail file.logFollow log in real-time
tail -f file.log