Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3135572
By: keithmarshall

The --include option isn't supported by the MSYS grep which I use, (v2.4.2),
but on my Linux box, (Mandrake 8.2, grep 2.5f),

grep -r --include='*.c' GNU groff-working

displays the lines from only *.c files, in my groff source tree.  You might
need to quote the fileproto on Windoze too -- you certainly do on Linux, if
it contains wildcards.

If you do revert to the find command, as I suggested earlier, the -H option
to grep might be useful, i.e.

find dir -iname 'fileproto' -exec grep -H regex {} \;

HTH.

Keith.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=74807


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to