cat

w
COMMAND
	cat <file>

DESCRIPTION
	Print the first 40 lines of <file>.

	The file will be searched for in the current directory.
	'cat castle.c' will print the castle of the wizard. 'cat' isn't
	really good for lookin at game files, but rather better for
	reading documentation.

SEE ALSO
	w/type, w/tail, w/ls, w/ed, w/rm