Hi! I have a question about the Grep function in Git for Windows.
I’m just roaming around the git environment, trying some things out, and I can’t seem to search for lines in files in the directory with grep. I tried searching for the word “philosophy” by using the following command:
grep -R philosophy ./*
I also tried searching for the term without the suffixed symbols and with quotationmarks, but nothing comes up, even though I’m sure there’s plenty files that contain this word in the current current directory.
Can anyone help me?
Thank you!g