From the NannyMUD documentation

LAST CHANGE

2001-08-12

FUNCTION


NAME

        cat - Print part of a file on the screen.

SYNTAX

	int cat(string file, void|int start, void|int len)

DESCRIPTION

	This functions prints a file or a part of a file on to the
	screen. `file' is the path the file, `start' (if given) is
	the starting line and `len' (if given) the number of lines 
	to be printed

SEE ALSO

        read_file in efun/disc_related/read_file

SEE ALSO

        read_bytes in efun/disc_related/read_bytes