.DT
which
$MUDNAME$ creator help
which
.SH Name
.SI 5
which - show full path of commands
.EI
.SH Syntax
.SI 5
which <commandname>
.EI
.SH Description
.SP 5 5
which takes a command name, and prints out the full pathname of the
object(s) the mud calls to execute it.
If there is more than one object defining the command, the objects are
printed in the order they will be called.
.EP
.SH Example
.SI 5
> which read
List of files defining 'read', in search order:
/cmds/living/r_ead
/w/jeremy/idle_chart
/obj/misc/board_mas
/d/admin/room/access_control
/obj/misc/board_mas
.EI