Sep 27 2009
Findstr, a Native Alternative to grep in Windows
A builtin equivalent to the Unix/Linux grep command is available in Windows, a bit less powerful though: findstr. You can do searches based on patterns, still in a measured way.You don’t need to install anything, it is natively present on all Windows flavours. Findstr Options /B Matches pattern if at the beginning of a line./E […]