$ echo $SHELL # yes, this is important! /bin/bash $ ls foo1 foo2 foo3 $ echo foo* foo1 foo2 foo3 $ echo foo foo