> I'm trying to pass filename's with wildcards embedded to a program/function. you can't do it without quoting in es; this is the same as all other unix shells. (well, csh-style aliases let you do a little bit of syntax rewriting of things that include wildcards, so that's not quite true.) perhaps when/if we add extensible syntax to es this will be possible, but until then it's not. paul