Hello,
I was using grep for Windows version 3.5.
I was trying to pattern match files.
At first, I thought I could put a regex as the file pattern in the command, but
that didn't seem to work.
Then I looked at the --include option.
I tried
grep -l --include="**/*.xml" foo .
grep -l --include=
I see, this is not very easy to do on the Windows side of things, so grep has a
very basic pattern matching capability for files. Thanks for the help, I'll
find something that works. Was just wondering if I missed anything.
-Original Message-
From: Paul Eggert
Sent: Wednesday, Septembe
AM
To: Alex Benoit
Cc: 58134-d...@debbugs.gnu.org
Subject: [EXTERNAL] Re: bug#58134: grep for windows Include GLOB pattern with
double star doesn't seem to work
On 9/27/22 16:19, Alex Benoit via Bug reports for GNU grep wrote:
> However, this worked:
> grep -rl --include="*.x