/
umud/DOC/
umud/DOC/U/
umud/DOC/U/U-examples/
umud/DOC/internals/
umud/DOC/wizard/
umud/MISC/
umud/MISC/dbchk/
umud/RWHO/rwhod/
oif2set
-------

	This converts a raw OIF file into a series of set commands suitable for
slamming in to an untermud. It will extract string, macro, and U attributes
and convert them each into a single set command. Also, it understands owner
lists, and will walk them, turning them into a series of set <oid> own +<owner>
commands. The version shipped will choke on input lines longer than 1K and
on object IDs longer than 64 bytes. The usage is:

oif2set <flags> [-i input] [-o output]

	The input and output, if not specified, default to stdin and stdout
respectively. The flags select what attribute types you want to turn into
set commands, and are:

c -- commands (type 'cmd')
s -- strings (type 'str')
U -- U programs (type 'U')
o -- owner lists