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...
asked by
27.06.2017 / 15:07