NAME
	tail - display the last part of a file

SYNOPSIS
	tail [-r] <path>

DESCRIPTION
	Display the last part of a file.

ARGUMENTS
	<path> - the path to the file to display the end of.
	-r     - gives a prompt after displaying the last part of the
                 file, allowing you to scroll up in it.

SEE ALSO
	cat, more
