Usage : load <filenames>

Load is used to take LPC objects that are files on disk, but not loaded in
memory and load them into memory.  This is done by calling a dummy function on
the object, forcing the mud to load the object.

Examples:

load fish.c

load f*.c

load fish

load f*
