tail

Output the last part of files

← All commands

Common Examples

$ tail -n 20 file
$ tail -f logfile
$ tail -f /var/log/syslog | grep error