because my usage/understanding of --include option is wrong. > > grep -Hwli -r --include=out "zip" * > zip.txt > > grep -Hwli --include=out "zip" * > zip.txt > It seems to be more of a glob pattern. I played around a little on one of my boxes and I believe something more like --include=*out* for the include option will work. -Shawn