Files [Admiral Wonderboat]
Files [Admiral Wonderboat]


Files [Admiral Wonderboat]
You're viewing a single thread.
grep -irl "some text that the file would have"
(Obiously only work for text files, but that's enough to cover 90% of cases for me)
Now we need a /c/grep_irl
That's a solid windows shame.
Fun fact: I use "git bash shell" over windows' cmd just because of grep
You can also use WSL to get a full Linux there. If WSL1 is still available, it would be better for this use case.
I don't know what those flags mean, but from context I think this is a command I've needed a bunch of times but haven't had the time or energy to learn about yet. So thanks! I can't wait to try it!
i
nsensitive r
recursive l
enames I also like to use:
I
(capital i) to skip binary files, if I'm in a folder with heavy images/videos/etc c 3
to show 3 lines around the matched text