grep
alternatives on windows
Tl;dr
-
findstr
(builtin) -
select-string
(builtin to PowerShell) -
grep
with cygwin, which is a unix-like shell on windows
I find that findstr
usually does the trick.
Related:
cat
alternatives on windows