An asterisk standing for any run of characters in a filename pattern.
Also known as: Wildcard star
In a filename pattern the asterisk matches any sequence of characters, including none. It is the oldest and most recognised piece of shell pattern matching, and it is not the same thing as the regular-expression star.
POSIX defines the asterisk in a pattern as matching any string, including the empty string.
Contexts: Software
The shell expands the pattern against existing filenames before the command runs, so the command receives a list of names and never sees the pattern itself.
Contexts: Software
A small star of straight strokes radiating from a common centre, set high against the line of text.
Both are asterisks in pattern matching, and they mean different things: the glob star matches any characters, the regular-expression star repeats whatever precedes it.
The same character. The asterisk is the typographic mark; the glob wildcard is what a shell does with it.