Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The asterisk '*' is a wildcard for one or more characters.
  • The question mark '?' is a wildcard for any single character.
     
Note
titleNote!

If you want to use the '*' and '?' wildcards when you are not logged in, the wildcards have to either be enclosed with single or double quotation marks, or preceded with a backslash '\'.

For example:

mzsh mzadmin/dr wfgrouplist \* will work.

mzsh mzadmin/dr wfgrouplist "*" will work.

mzsh mzadmin/dr wfgrouplist * -mode D will not work.

The period '.' mark is not a wildcard and is treated as any character.

Scroll pagebreak