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
_______________________________________________
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/

Reply via email to