grep -r a *
grep: *: Invalid argument
From bash I get bad file descriptors for directories:
$ /c/grep -r a *
c:\grep.exe: dir: Bad file descriptor
I really would like to use grep on windows, primarily from the command prompt. I don't know if I've done anything that is wrong or maybe there is a bug somewhere. Unfortunately I don't think I'll be able to fix what is happening. Can you help?