TIP: Use Notepad++ to Count File Types
A few days ago I found myself wanting to figure out how many filenames being written to a log file were JavaScript files. One of the build tasks for an automated build (in VSTS) was logging the names of every file, recursively, beneath the source folder. In this case, there were a total of 15,475 lines written to the build log file. The question I needed to answer was, how many of these files are JavaScript files? While there are likely many ways to answer this question, I decided to make use of Notepad++ since I already had it installed…