Stupid question: why "find" command does not work?

From: gino (mizhael_at_yahoo.com)
Date: 07/16/04


Date: Thu, 15 Jul 2004 16:39:57 -0700

Hi all,

Here is the problem: I am looking for a file "untitled.m" using "find"
command:

If I type:

>>find . -name untitled.m

it gives the correct result:

>>./aaa/bbb/ccc/untitled.m

but if I type:

>> find . -name *untitled*

it gives the wrong result:

>> find: No match

Anybody knows why? Thanks a lot,

-Gino