>>950
やれやれ、貼っとくか、
man 7 glob より:

NOTES
Regular expressions
Note that wildcard patterns are not regular expressions, although they
are a bit similar. First of all, they match filenames, rather than
text, and secondly, the conventions are not the same: e.g., in a regu-
lar expression `*' means zero or more copies of the preceding thing.

"wildcard patterns are not regular expressions"
と言ってるんだから明白だね。
ワイルドカードパターンと正規表現とは違う、
たとえ少し似てるところがあっても。