Epitaph Help
Categories
Concepts Creator Commands Creator Tutorials Games Innate Commands Known Commands Lord Npc Objects Playtesters Rooms Rules
Cat
Description
Cat is used to display files. As you cannot stop cat from inside the mud, it will only display the first 40 lines of the files you display. This can be annoying, but if you need to see more, use the ed or more commands. The files can be specified either relative to your current directory or absolute from the root dir. *'s will be expanded.
You can also use a '-n' argument to display line numbers.
Example
cat *.c cat /log/ENTER cat -n /obj/roomgen/builder_wand.c cat info
Syntax Forms
cat -n <file>cat <file>