I find myself using FindStr on the Windows Command Line fairly frequently. Like grep in a *nix environment, FindStr is a powerful regular expression text search tool. Unfortunately, I can never remember the command line parameters for it. I also wanted a way to quickly and easily open found files. To solve both these issues, I made FindStr
(
Read more... )