linux/tail

Show File End

Output last part of files

filesystem
text

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