mud/
mud/2.4.5/dgd/include/
mud/2.4.5/dgd/std/
mud/2.4.5/dgd/sys/
mud/2.4.5/doc/
mud/2.4.5/doc/examples/
mud/2.4.5/log/
mud/2.4.5/obj/Go/
mud/2.4.5/players/
mud/2.4.5/players/lars/
mud/2.4.5/room/death/
mud/2.4.5/room/maze1/
mud/2.4.5/room/post_dir/
mud/2.4.5/room/sub/
int cat(path, start, num)
string path;
int start, num;

List the file found at "path". It is not legal to have '.' or spaces
in the path. This commands is normally connected to the "cat" command
that wizards have. It is also used by the "help" command. The optional
arguments 'start' and 'num' makes is start line number, and number of lines.
If they are not given, the whole file is printed from the beginning.

The total number lines will not exceed a system limit, which normally
is 40 lines.

cat() returns 1 if success, 0 if no such file or no such lines.

See also efun/ls efun/file_size