pdirt/data/
pdirt/data/HELP/
pdirt/data/HELP/0/
pdirt/data/HELP/F/
pdirt/data/HELP/G/
pdirt/data/HELP/H/
pdirt/data/HELP/J/
pdirt/data/HELP/K/
pdirt/data/HELP/O/
pdirt/data/HELP/Q/
pdirt/data/HELP/R/
pdirt/data/HELP/U/
pdirt/data/HELP/V/
pdirt/data/HELP/Y/
pdirt/data/HELP/Z/
pdirt/data/MESSAGES/
pdirt/data/POWERINFO/
pdirt/data/WIZ_ZONES/
pdirt/drv/
pdirt/drv/bin/
pdirt/drv/compiler/converter/
pdirt/drv/compiler/libs/
pdirt/drv/compiler/scripts/
pdirt/drv/include/AberChat/
pdirt/drv/include/InterMud/
pdirt/drv/include/machine/
pdirt/drv/src/InterMud/
pdirt/drv/src/Players/
pdirt/drv/utils/UAFPort/
pdirt/drv/utils/dnsresolv/
pdirt/drv/utils/gdbm/
PATTERN

&+WThis code is obsolete because of the use of a new parser.&*

Some commands support the *, ? and \ wildcards.

        * = match 0 or more characters
        ? = match exactly one character
        \ = match the next character literally.

examples:

        *               = match anything, this never fails.
        d*k             = match anything beginning with d and ending in k
                                (could be "datebook", "dork", etc..)
        si??            = match any 4-letter word starting with "si".
                                (could be "sigh", "sign", but not "sip".
        Where\?         = matches to the string "Where?"
^