Friday, March 14, 2014

grep like command built into Windows operating system - findstr

   I use grep a lot to find stuff in files. However, there are times when I am looking for things on different boxes, mainly servers, that do not have grep installed. I have found 'findstr' command which gives a lot of the functionality of grep that is built-in to Windows.   So give it a try when grep is not available.