I said: > I just tried out dash and bash, and both returned this for"echo .*/Makefile": > ./Makefile
My apologies! I set up my test environment incorrectly. Once I ensured there was a "../Makefile" and a "./Makefile" as two different files, both bash and dash gave two-file results: ../Makefile ./Makefile So clearly bash and dash *do* give this two-file result. --- David A. Wheeler
