Help for this page
$ echo $SHELL # yes, this is important! /bin/bash ... foo1 foo2 foo3 $ echo foo foo
$ echo bar* bar* $ perl -e 'print glob("bar*")' $
$ csh % ls ... echo: No match. % perl -e 'print glob("bar*")' %