tail

Show the last part of a file

Syntax

tail [OPTION]… [FILE]…

Example

  • tail tmpfile

  • dmesg | tail -20

  • tailf -f logfile