As to wildcards, while the * is the most commonly used wildcard, it isn't the only one.
* -> Matches any number of parameters supplied.
& -> Matches any one word.
? -> Matches any one character.