Aron Griffis wrote: > This generates output: > > $ grep -rl --exclude-dir=usr LINUX /usr/include > > and this doesn't: > > $ grep -rl --exclude-dir='usr*' LINUX /usr/include > > This feels like a bug. Thanks for reporting that. I installed the attached patch.