From the NannyMUD documentation

LAST CHANGE

2000-12-09

FUNCTION


NAME

        tail - Print the last lines of a file.

SYNTAX

	void tail(string filename)

DESCRIPTION

	This function writes the last lines of the file 'filename' to the 
	current player, ie this_player. Approximately 1080 bytes will be
	written.

SEE ALSO

        write in efun/object_related/write

SEE ALSO

        cat in efun/disc_related/cat
        cat in wizcommands/files/cat