GNU bug report logs - #58134
grep for windows Include GLOB pattern with double star doesn't seem to work

Previous Next

Package: grep;

Reported by: Alex Benoit <Alexandre.Benoit <at> microsoft.com>

Date: Wed, 28 Sep 2022 08:45:01 UTC

Severity: normal

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Alex Benoit <Alexandre.Benoit <at> microsoft.com>
To: 58134 <at> debbugs.gnu.org
Subject: bug#58134: grep for windows Include GLOB pattern with double star doesn't seem to work
Date: Tue, 27 Sep 2022 23:19:42 +0000
[Message part 1 (text/plain, inline)]
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="**\*.xml" foo .
grep -l --include="**\\*.xml" foo .

Adding the recursive -r didn't help either.

However, this worked:
grep -rl --include="*.xml" foo .

Is the double star supported on Windows? What is the proper way to do it?

All the best,

Alex
[Message part 2 (text/html, inline)]

This bug report was last modified 2 years and 236 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.