From the NannyMUD documentation
2001-08-12
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 printedSEE ALSO
read_file in efun/disc_related/read_fileSEE ALSO
read_bytes in efun/disc_related/read_bytes