In Linux, when I want to filter by a term when a command will generate a giant list, I use the command grep
.
For example:
ls | grep "termo"
However, in Windows there is no command grep
.
What would be the equivalent of grep
in Windows for both Power Shell and CMD?