$ csh % ls foo1 foo2 foo3 % echo bar* echo: No match. % echo bar* echo: No match. % perl -e 'print glob("bar*")' %