Command
tail
Explanation
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.log
Follow log in real-time
tail -f file.log
tail
tail is used to output the last part of files. It outputs the last part of the files.
Show last 10 lines
tail file.log
Follow log in real-time
tail -f file.log